Skip to content

Commit 8d43797

Browse files
Update actions/checkout action to v4 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf9fe48 commit 8d43797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test-linting:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1313
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
1414
with:
1515
node-version: "16"

0 commit comments

Comments
 (0)