Skip to content

Commit f79e1fa

Browse files
renovate[bot]augi
authored andcommitted
chore(deps): update actions/checkout action to v5
1 parent 0594cf3 commit f79e1fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
scala-version: [ 2.13.8 ]
1111
steps:
12-
- uses: actions/checkout@v4.2.2
12+
- uses: actions/checkout@v5.0.0
1313
with:
1414
fetch-depth: 100
1515
- name: Fetch tags

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
scala-version: [ 2.13.8 ]
1111
steps:
12-
- uses: actions/checkout@v4.2.2
12+
- uses: actions/checkout@v5.0.0
1313
with:
1414
fetch-depth: 100
1515
- name: Fetch tags

0 commit comments

Comments
 (0)