Skip to content

Commit f7f1496

Browse files
authored
Merge pull request #1111 from japgolly/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 6b1d001 + 4750e93 commit f7f1496

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929

3030
- name: Git checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }}
1919
steps:
2020
- name: Git checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424

@@ -35,7 +35,7 @@ jobs:
3535
needs: ci
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
with:
4040
fetch-depth: 0
4141

0 commit comments

Comments
 (0)