Skip to content

Commit

Permalink
Merge pull request #41 from navikt/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
pcmoen authored Nov 7, 2023
2 parents 1bc8315 + 04d977c commit 74b146c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: "read"
packages: "write"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down

0 comments on commit 74b146c

Please sign in to comment.