Skip to content

Commit e6bca39

Browse files
chore(deps): update actions/checkout action to v4.2.1 (#420)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent edab8aa commit e6bca39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
java: [ '8', '11', '17', '21' ]
1313
steps:
14-
- uses: actions/[email protected].0
14+
- uses: actions/[email protected].1
1515
with:
1616
fetch-depth: 100
1717
- name: Fetch tags

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
name: Update Dependency Graph
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414
- uses: scalacenter/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
release:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/[email protected].0
11+
- uses: actions/[email protected].1
1212
with:
1313
fetch-depth: 100
1414
- name: Fetch tags

0 commit comments

Comments
 (0)