Skip to content

Commit

Permalink
Update github checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Jan 20, 2024
1 parent ef9670d commit 7f1e19f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v10
with:
java-version: 8
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
scripted-sbt: ["1.2.8", "1.3.13", "project"]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v10
with:
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Scala caches
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 7f1e19f

Please sign in to comment.