Skip to content

Commit 02264c4

Browse files
Update actions/checkout action to v4 (#736)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26237a5 commit 02264c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Install
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- run: npm ci
1414
- run: npm run generate
1515
- name: Deploy

0 commit comments

Comments
 (0)