Skip to content

Commit

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

Bump actions/checkout from 3 to 4
  • Loading branch information
alpet authored Sep 18, 2023
2 parents abb31e6 + 2e92610 commit 9bf8bc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
repository-projects: write
contents: write
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "actions/setup-java@v3"
with:
"java-version": "17"
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
needs: "build"
runs-on: "ubuntu-20.04"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- name: "Deploy to DEV"
uses: "nais/deploy/actions/deploy@v1"
env:
Expand All @@ -71,7 +71,7 @@ jobs:
needs: "build"
runs-on: "ubuntu-20.04"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- name: "Deploy to DEV"
uses: "nais/deploy/actions/deploy@v1"
env:
Expand All @@ -84,7 +84,7 @@ jobs:
needs: "build"
runs-on: "ubuntu-20.04"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- name: "Deploy to DEV"
uses: "nais/deploy/actions/deploy@v1"
env:
Expand Down

0 comments on commit 9bf8bc7

Please sign in to comment.