Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 9b18882 commit bac8e81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
needs: get_refs
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up jdk 17
uses: actions/setup-java@v3
with:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: local install
run: mvn install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B -V
- name: clone the tsp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: IronCoreLabs/tenant-security-proxy
ref: ${{ needs.get_refs.outputs.tenant-security-proxy }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
example-dir:
[large-documents, logging-example, rekey-example, simple-roundtrip]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up jdk 17
uses: actions/setup-java@v3
with:
Expand All @@ -160,7 +160,7 @@ jobs:
formatter:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up jdk 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit bac8e81

Please sign in to comment.