Skip to content

Commit 6ab96ff

Browse files
build(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#90)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7463c5 commit 6ab96ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].6
13+
- uses: actions/[email protected].7
1414
- uses: actions/setup-go@v5
1515
with:
1616
go-version: "1.21.x"
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: test
2929
steps:
30-
- uses: actions/[email protected].6
30+
- uses: actions/[email protected].7
3131
- uses: nais/platform-build-push-sign@main
3232
id: build-push-sign
3333
with:

.github/workflows/test-approve-db-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: ${{ github.actor == 'dependabot[bot]' }}
1313
steps:
14-
- uses: actions/[email protected].6
14+
- uses: actions/[email protected].7
1515
- uses: actions/setup-go@v5
1616
with:
1717
go-version: "1.21.x"

0 commit comments

Comments
 (0)