Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...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 Nov 24, 2023
1 parent a97f7ca commit 9c03f6d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v2
with:
Expand All @@ -23,7 +23,7 @@ jobs:
name: Compile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v2
with:
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
needs: compile
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v2
with:
Expand All @@ -58,7 +58,7 @@ jobs:
name: Scapegoat
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v2
with:
Expand All @@ -75,7 +75,7 @@ jobs:
name: Report Binary Issues
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 9c03f6d

Please sign in to comment.