From c881443c05348f1103309fdf500d0c9720d3d326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 12:03:30 +0000 Subject: [PATCH] Bump the github group across 1 directory with 2 updates Bumps the github group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [navikt/digestabot](https://github.com/navikt/digestabot). Updates `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) Updates `navikt/digestabot` from 3233d68167c867ef8227c5dfde7a30f2a0e10af0 to e4b413f1eed3c97f7fd4ffa1d05204de9944d0a9 - [Release notes](https://github.com/navikt/digestabot/releases) - [Commits](https://github.com/navikt/digestabot/compare/3233d68167c867ef8227c5dfde7a30f2a0e10af0...3233d68167c867ef8227c5dfde7a30f2a0e10af0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: navikt/digestabot dependency-version: 3233d68167c867ef8227c5dfde7a30f2a0e10af0 dependency-type: direct:production dependency-group: github ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/digestabot.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6203f1..89e95e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: id-token: write steps: - name: Checkout latest code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: actions/setup-java@v5 with: diff --git a/.github/workflows/digestabot.yml b/.github/workflows/digestabot.yml index 2e541f8..0ce070e 100644 --- a/.github/workflows/digestabot.yml +++ b/.github/workflows/digestabot.yml @@ -13,8 +13,8 @@ jobs: pull-requests: write id-token: write steps: - - uses: actions/checkout@v5 - - uses: navikt/digestabot@3233d68167c867ef8227c5dfde7a30f2a0e10af0 + - uses: actions/checkout@v6 + - uses: navikt/digestabot@e4b413f1eed3c97f7fd4ffa1d05204de9944d0a9 with: token: ${{ secrets.GITHUB_TOKEN }} team: k9saksbehandling \ No newline at end of file