Skip to content

Commit 7c3a672

Browse files
chore(deps): update actions/checkout action to v5
1 parent 247fbba commit 7c3a672

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Check crate
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

@@ -82,7 +82,7 @@ jobs:
8282
git config --global core.autocrlf false
8383
git config --global core.eol lf
8484
85-
- uses: actions/checkout@v4
85+
- uses: actions/checkout@v5
8686

8787
- name: Remove fuzz target from members on Windows
8888
run: |
@@ -134,7 +134,7 @@ jobs:
134134
if: github.ref == 'refs/heads/master'
135135
runs-on: ubuntu-latest
136136
steps:
137-
- uses: actions/checkout@v4
137+
- uses: actions/checkout@v5
138138
with:
139139
fetch-depth: 0
140140
token: ${{ secrets.GH_PAT }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- uses: actions-rs/toolchain@v1
2020
with:
2121
profile: minimal

0 commit comments

Comments
 (0)