Skip to content

Commit 4bbc441

Browse files
Update actions/checkout action to v6
1 parent 74464f1 commit 4bbc441

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/format.yml

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

1010
steps:
1111
- name: Checkout project
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
with:
1414
ref: ${{ github.head_ref }}
1515
fetch-depth: 0

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
access_token: ${{ github.token }}
3838

3939
- name: Checkout Code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141

4242
- name: Install Rust
4343
run: |
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Checkout Code
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v6
7474

7575
- name: Get Current Date
7676
id: date

0 commit comments

Comments
 (0)