Skip to content

Commit 39e82f5

Browse files
Bump actions/checkout from 4.1.0 to 4.1.1 (#40)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8ade135...b4ffde6) --- 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 3709aa7 commit 39e82f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages: write
1818
id-token: write
1919
steps:
20-
- uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # ratchet:actions/checkout@v3
20+
- uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # ratchet:actions/checkout@v3
2121
- uses: nais/platform-build-push-sign@main
2222
id: build-push-sign
2323
with:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
needs: build
3535
steps:
36-
- uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # ratchet:actions/checkout@v2
36+
- uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # ratchet:actions/checkout@v2
3737
- uses: nais/deploy/actions/deploy@0bca2c7e607d30fd757a2a23fb7d07b3ff96d540 # ratchet:nais/deploy/actions/deploy@v1
3838
env:
3939
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}

0 commit comments

Comments
 (0)