From d933bd02d354af2b8058a07cb5c63df33ec84ba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 22:14:51 +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/build.yaml | 2 +- .github/workflows/kafka.yaml | 4 ++-- .github/workflows/manual-build-publish-typescript-client.yml | 2 +- .github/workflows/release-kontrakt.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9f8c1dae8d..4de99791c7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: navikt/sif-gha-workflows/.github/actions/maven/generate-openapi@main id: generate-openapi with: diff --git a/.github/workflows/kafka.yaml b/.github/workflows/kafka.yaml index 8798004f3a..17c2744b18 100644 --- a/.github/workflows/kafka.yaml +++ b/.github/workflows/kafka.yaml @@ -14,7 +14,7 @@ jobs: if: startsWith(github.ref, 'refs/heads/master') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.DEPLOY_KEY }} @@ -38,7 +38,7 @@ jobs: if: startsWith(github.ref, 'refs/heads/master') # If the branch is master runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: nais/deploy/actions/deploy@v2 env: APIKEY: ${{ secrets.DEPLOY_KEY }} diff --git a/.github/workflows/manual-build-publish-typescript-client.yml b/.github/workflows/manual-build-publish-typescript-client.yml index 25c6157463..593e4163b2 100644 --- a/.github/workflows/manual-build-publish-typescript-client.yml +++ b/.github/workflows/manual-build-publish-typescript-client.yml @@ -32,7 +32,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: navikt/sif-gha-workflows/.github/actions/maven/generate-openapi@main id: generate-openapi with: diff --git a/.github/workflows/release-kontrakt.yaml b/.github/workflows/release-kontrakt.yaml index a6114f0ac4..0a804d7046 100644 --- a/.github/workflows/release-kontrakt.yaml +++ b/.github/workflows/release-kontrakt.yaml @@ -12,7 +12,7 @@ jobs: packages: write id-token: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-java@v5 with: distribution: 'temurin'