From 175ac6f00210e9e933f6dd5a11eb8d3033b98169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:28:14 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autobuild.yml | 6 +++--- .github/workflows/deploypages.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 33c74c64..5ed0b974 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 3433bbee..2265cd32 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