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 cd2ab3b commit 7cd9f4eCopy full SHA for 7cd9f4e
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
node-version: [ 14, 16 ]
10
steps:
11
- name: checkout
12
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13
- name: setup Node.js ${{ matrix.node-version }}
14
uses: actions/setup-node@v3
15
with:
0 commit comments