From 30c89cbaa1fd02a7078af5713f4d92a7a60c4e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:03:43 +0000 Subject: [PATCH] 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/dependabot.yml | 2 +- .github/workflows/deployment.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index ce1fc2b..94650a0 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -11,7 +11,7 @@ jobs: if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'HTTPArchive/tech-report-apis' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: | cd src npm ci diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 364f01d..e51da33 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -13,7 +13,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: | cd src npm ci @@ -27,7 +27,7 @@ jobs: run: working-directory: ./terraform/dev steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Google Cloud Auth uses: 'google-github-actions/auth@v2' with: @@ -72,7 +72,7 @@ jobs: run: working-directory: ./terraform/prod steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Google Cloud Auth uses: 'google-github-actions/auth@v2' with: