Skip to content

Commit 1d2b4d9

Browse files
Update actions/checkout action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b98b172 commit 1d2b4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event_name != 'push'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v1
16+
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v1
1818
with:
1919
node-version: '12.x'
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event_name != 'pull_request'
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v1
28+
- uses: actions/checkout@v4
2929
- uses: actions/setup-node@v1
3030
with:
3131
node-version: '12.x'

0 commit comments

Comments
 (0)