We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe2555 commit c6e111aCopy full SHA for c6e111a
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
runs-on: ubuntu-latest
52
name: Lint & Build
53
steps:
54
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
55
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
56
with:
57
cache: npm
@@ -91,7 +91,7 @@ jobs:
91
run: |
92
git config --global core.autocrlf false
93
git config --global core.eol lf
94
95
96
97
0 commit comments