From 05a6c32e0492025c45a8222f25982eb26008c501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:45:09 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly-rebuild.yml | 2 +- .github/workflows/push.yml | 4 ++-- .github/workflows/test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-rebuild.yml b/.github/workflows/nightly-rebuild.yml index 5adb79a3..d8b3cb7d 100644 --- a/.github/workflows/nightly-rebuild.yml +++ b/.github/workflows/nightly-rebuild.yml @@ -12,7 +12,7 @@ jobs: upload: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ./.github/actions/build diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 82d1cffc..5b9fb677 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -15,7 +15,7 @@ jobs: upload: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: ./.github/actions/build @@ -67,7 +67,7 @@ jobs: name: 'Rebase open pull requests' runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: myparcelnl/actions/setup-app-credentials@v4 id: credentials diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c00c653e..547dd8df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: test-build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.event.client_payload.pull_request.head.ref }}