From e078d82dc907f9107f637251c7e186c9b676bcbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 06:38:39 +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/deploy-docs.yml | 4 ++-- .github/workflows/github-ci.yml | 2 +- .github/workflows/reuse-compliance.yml | 2 +- .github/workflows/security-audit.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 1598beb2ab..b3a2554b1e 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Use Node.js LTS 20.x uses: actions/setup-node@v5.0.0 @@ -50,7 +50,7 @@ jobs: npm run schema-workspace-generate - name: Checkout gh-pages - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: gh-pages path: gh-pages diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 8ce229a378..aad8ba6784 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Use Node.js LTS 20.x uses: actions/setup-node@v5.0.0 diff --git a/.github/workflows/reuse-compliance.yml b/.github/workflows/reuse-compliance.yml index 191f39cada..5a8fed58fa 100644 --- a/.github/workflows/reuse-compliance.yml +++ b/.github/workflows/reuse-compliance.yml @@ -16,6 +16,6 @@ jobs: name: Compliance Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Execute REUSE Compliance Check uses: fsfe/reuse-action@v5 diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 546ca2a6e6..1adbcaa78c 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout '${{ matrix.branch }}' branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ matrix.branch }}