Skip to content

Commit c6e111a

Browse files
chore(deps): update actions/checkout action to v4
1 parent 4fe2555 commit c6e111a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
name: Lint & Build
5353
steps:
54-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
54+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5555
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
5656
with:
5757
cache: npm
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
git config --global core.autocrlf false
9393
git config --global core.eol lf
94-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
94+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9595
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
9696
with:
9797
cache: npm

0 commit comments

Comments
 (0)