Skip to content

Commit e3ed461

Browse files
authored
Merge pull request #1158 from japgolly/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 0ca405f + ec516cd commit e3ed461

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232

3333
- name: Git checkout
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
fetch-depth: 0
3737

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }} / Node v${{ matrix.node }}
2121
steps:
2222
- name: Git checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
with:
2525
fetch-depth: 0
2626

@@ -39,7 +39,7 @@ jobs:
3939
needs: ci
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@v7
4343
with:
4444
fetch-depth: 0
4545

0 commit comments

Comments
 (0)