Skip to content

Commit 7a79c9f

Browse files
chore(deps): update actions/checkout action to v4
1 parent 128aca5 commit 7a79c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
scala-version: [ 2.12.13, 2.13.8 ]
1111
steps:
12-
- uses: actions/checkout@v3.6.0
12+
- uses: actions/checkout@v4.1.5
1313
with:
1414
fetch-depth: 100
1515
- name: Fetch tags

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
scala-version: [ 2.12.13, 2.13.8 ]
1111
steps:
12-
- uses: actions/checkout@v3.6.0
12+
- uses: actions/checkout@v4.1.5
1313
with:
1414
fetch-depth: 100
1515
- name: Fetch tags

0 commit comments

Comments
 (0)