Skip to content

Commit 9ea8d13

Browse files
chore(deps): update actions/checkout action to v5
1 parent 962911b commit 9ea8d13

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: |
@@ -131,7 +131,7 @@ jobs:
131131
if: github.ref == 'refs/heads/master'
132132
runs-on: ubuntu-latest
133133
steps:
134-
- uses: actions/checkout@v4
134+
- uses: actions/checkout@v5
135135
with:
136136
fetch-depth: 0
137137
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)