Skip to content

Commit ceafb89

Browse files
renovate[bot]hypery2k
authored andcommitted
Update actions/checkout action to v6
1 parent 63f248b commit ceafb89

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v6
3838

3939
- name: Set up cache for ~./m2/repository
4040
uses: actions/cache@v5
@@ -71,7 +71,7 @@ jobs:
7171
- build
7272
steps:
7373
- name: Check out
74-
uses: actions/checkout@v3
74+
uses: actions/checkout@v6
7575
with:
7676
fetch-depth: 0
7777
- run: exit 1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Check out
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828

0 commit comments

Comments
 (0)