From e5d84d16cc39a60e3b4913af9e28f0970d0b38fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:32:18 +0000 Subject: [PATCH] chore(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/backend-release-pr.yml | 2 +- .github/workflows/backend-release.yml | 2 +- .github/workflows/frontend-release-pr.yml | 2 +- .github/workflows/frontend-release.yml | 2 +- .github/workflows/pr-checks.yml | 2 +- .github/workflows/satellite-release-pr.yml | 2 +- .github/workflows/satellite-release.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/backend-release-pr.yml b/.github/workflows/backend-release-pr.yml index d6cf3ab2d..aa1df9670 100644 --- a/.github/workflows/backend-release-pr.yml +++ b/.github/workflows/backend-release-pr.yml @@ -24,7 +24,7 @@ jobs: releaseIt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }} diff --git a/.github/workflows/backend-release.yml b/.github/workflows/backend-release.yml index 9324929aa..af71eb691 100644 --- a/.github/workflows/backend-release.yml +++ b/.github/workflows/backend-release.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'backend') && contains(github.event.pull_request.labels.*.name, 'release') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }} diff --git a/.github/workflows/frontend-release-pr.yml b/.github/workflows/frontend-release-pr.yml index 11e83dbe8..1ed9cc7e3 100644 --- a/.github/workflows/frontend-release-pr.yml +++ b/.github/workflows/frontend-release-pr.yml @@ -24,7 +24,7 @@ jobs: releaseIt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }} diff --git a/.github/workflows/frontend-release.yml b/.github/workflows/frontend-release.yml index fa07e32a4..97ce23af7 100644 --- a/.github/workflows/frontend-release.yml +++ b/.github/workflows/frontend-release.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'frontend') && contains(github.event.pull_request.labels.*.name, 'release') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }} diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index c48adc2f3..cafcbf4b1 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/satellite-release-pr.yml b/.github/workflows/satellite-release-pr.yml index 2c61a0c36..e22f993d9 100644 --- a/.github/workflows/satellite-release-pr.yml +++ b/.github/workflows/satellite-release-pr.yml @@ -24,7 +24,7 @@ jobs: releaseIt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }} diff --git a/.github/workflows/satellite-release.yml b/.github/workflows/satellite-release.yml index 2a332c556..6b7dac3cc 100644 --- a/.github/workflows/satellite-release.yml +++ b/.github/workflows/satellite-release.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'satellite') && contains(github.event.pull_request.labels.*.name, 'release') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.APP_INSTALLATION_TOKEN }}