From 46548c690853b4e1b5af7fe90e875a0ee5cc6136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 14:04:48 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6 to 7 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-prod.yml | 2 +- .github/workflows/deploy-test.yml | 4 ++-- .github/workflows/json-ci.yml | 2 +- .github/workflows/node-ci.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 24b005b..5f1516b 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -39,7 +39,7 @@ jobs: repositories: ${{ steps.infra-repo.outputs.repo }} - name: Checkout don-infra - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: repository: ${{ env.INFRA_REPO }} token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 6fdc437..f4b35d8 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -48,7 +48,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd @@ -96,7 +96,7 @@ jobs: repositories: ${{ steps.infra-repo.outputs.repo }} - name: Checkout don-infra - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: repository: ${{ env.INFRA_REPO }} token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/json-ci.yml b/.github/workflows/json-ci.yml index 152574c..35f4474 100644 --- a/.github/workflows/json-ci.yml +++ b/.github/workflows/json-ci.yml @@ -12,7 +12,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Run Super-Linter diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 00d9839..5adda05 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -9,7 +9,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Node.js uses: actions/setup-node@v6 @@ -30,7 +30,7 @@ jobs: permissions: packages: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Login to GitHub Container Registry uses: docker/login-action@v4