Skip to content

Commit

Permalink
Bump actions/checkout from 3.6.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.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@v3.6.0...v4.1.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent d669b64 commit 0e3b32f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
environment: dev-fss-q2:teammelosys
steps:
- name: Checkout latest code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: deploy new Unleash Apikey to ${{github.event.inputs.environment}}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-manuelt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: needs.check_docker_image_exists.outputs.exists != 'true'
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
environment: dev-fss-q2:teammelosys
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
- name: deploy new Unleash Apikey to ${{github.event.inputs.environment}}
uses: nais/deploy/actions/deploy@v1
env:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
environment: dev-fss-q1:teammelosys
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
- name: deploy new Unleash Apikey to ${{github.event.inputs.environment}}
uses: nais/deploy/actions/deploy@v1
env:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
environment: prod-fss:teammelosys
steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
- name: deploy new Unleash Apikey to ${{github.event.inputs.environment}}
uses: nais/deploy/actions/deploy@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
environment: prod-fss:teammelosys
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.1
- name: get release tag
run: |
APPLICATION=$(echo $GITHUB_REPOSITORY | cut -d "/" -f 2)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1
- name: Setup Maven
uses: actions/cache@preview
with:
Expand Down

0 comments on commit 0e3b32f

Please sign in to comment.