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 d2b5e6b commit ee982beCopy full SHA for ee982be
2 files changed
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Lint (node.js 20 on ubuntu-latest)
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15
- name: Use node.js 20
16
uses: actions/setup-node@v4.0.2
17
with:
.github/workflows/test.yml
name: Test (node.js 20 on ubuntu-latest)
0 commit comments