Skip to content

Commit

Permalink
Merge pull request #141 from navikt/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…actions-e47a4a58f3

Bump the github-actions group with 2 updates
  • Loading branch information
androa authored Dec 20, 2023
2 parents 70924e1 + 188f571 commit bc6f18f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: temurin
java-version: 17

- uses: gradle/gradle-build-action@v2.10.0
- uses: gradle/gradle-build-action@v2.11.1
with:
arguments: check build
- uses: nais/docker-build-push@v0
Expand All @@ -42,7 +42,7 @@ jobs:
environment: dev-fss
steps:
- uses: actions/checkout@v4.1.1
- uses: nais/deploy/actions/deploy@v1
- uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: dev-fss
Expand All @@ -58,7 +58,7 @@ jobs:
environment: prod-fss
steps:
- uses: actions/checkout@v4.1.1
- uses: nais/deploy/actions/deploy@v1
- uses: nais/deploy/actions/deploy@v2
env:
APIKEY: ${{ secrets.NAIS_DEPLOY_APIKEY }}
CLUSTER: prod-fss
Expand Down

0 comments on commit bc6f18f

Please sign in to comment.