Skip to content

Commit

Permalink
Merge pull request #166 from moia-oss/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
saeltz authored Nov 24, 2023
2 parents c2d71d7 + 9c03f6d commit fbd990f
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 fbd990f

Please sign in to comment.