We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98e301 commit 8a2ae05Copy full SHA for 8a2ae05
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21
with:
22
fetch-depth: 2
23
@@ -27,7 +27,7 @@ jobs:
27
version: latest
28
29
- name: Setup Node.js
30
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
+ uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
31
32
node-version-file: .node-version
33
check-latest: true
0 commit comments