Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit dfb6cb6

Browse files
Update actions/checkout action to v4
1 parent 51ee300 commit dfb6cb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: github.event_name != 'push'
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1616
- uses: actions/setup-node@v2
1717
with:
1818
node-version: '16.x'
@@ -30,7 +30,7 @@ jobs:
3030
if: github.event_name != 'pull_request'
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3434
- uses: actions/setup-node@v2
3535
with:
3636
node-version: '16.x'

0 commit comments

Comments
 (0)