diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 33c74c6..5ed0b97 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -48,7 +48,7 @@ jobs: arch: [x86_64, mips_24kc, mipsel_24kc, aarch64_cortex-a53, aarch64_cortex-a72, aarch64_generic] steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: main @@ -109,7 +109,7 @@ jobs: contents: write steps: - name: Checkout gh-pages Branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: gh-pages lfs: false @@ -166,7 +166,7 @@ jobs: pages: write steps: - name: Checkout gh-pages Branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: gh-pages lfs: true diff --git a/.github/workflows/deploypages.yml b/.github/workflows/deploypages.yml index 3433bbe..2265cd3 100644 --- a/.github/workflows/deploypages.yml +++ b/.github/workflows/deploypages.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: 🚀 Checkout gh-pages Branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: 'gh-pages' submodules: true