Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

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 Sep 11, 2023
1 parent 4d44418 commit c6852d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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@v3
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v3
with:
Expand All @@ -21,7 +21,7 @@ jobs:
name: Compile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v3
with:
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
needs: compile
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v3
with:
Expand All @@ -52,7 +52,7 @@ jobs:
name: Compile Examples
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v3
with:
Expand All @@ -67,7 +67,7 @@ jobs:
name: Scapegoat
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v3
with:
Expand All @@ -82,7 +82,7 @@ jobs:
name: Report Binary Issues
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache SBT & ivy cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit c6852d7

Please sign in to comment.