Skip to content

Commit c8f3d9c

Browse files
Update actions/checkout action to v5 (#811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f8fdf5 commit c8f3d9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-24.04
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- name: Set Node.js
1111
uses: actions/setup-node@v4
1212
with:
@@ -27,7 +27,7 @@ jobs:
2727
test:
2828
runs-on: ubuntu-24.04
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- name: Set Node.js
3232
uses: actions/setup-node@v4
3333
with:
@@ -52,7 +52,7 @@ jobs:
5252
name: "Build and release action"
5353
needs: [build, test]
5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v5
5656
with:
5757
fetch-depth: 0
5858
persist-credentials: true

0 commit comments

Comments
 (0)