We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607613f commit 9104be1Copy full SHA for 9104be1
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
build-test:
11
runs-on: ubuntu-22.04
12
steps:
13
- - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
14
- uses: actions/setup-node@v3
15
with:
16
node-version: '16'
@@ -49,7 +49,7 @@ jobs:
49
needs: [build-test]
50
51
52
53
54
55
0 commit comments