Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit a603517

Browse files
github-actions: bump actions/checkout from 3 to 4 (#47)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df16eee commit a603517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
DOCKER_IMAGE: ghcr.io/${{ github.repository }}/${{ github.event.repository.name }}
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Login to GitHub Docker Registry
2121
uses: docker/login-action@v2
2222
with:

.github/workflows/deploy_gcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Deploy to GCP
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: Create artifact version
2121
id: artifact-version
2222
uses: navikt/sosialhjelp-ci/actions/create-artifact-version@v2

0 commit comments

Comments
 (0)