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 c6da02c commit f153398Copy full SHA for f153398
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
lint:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
16
- run: corepack enable
17
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
18
with:
@@ -45,7 +45,7 @@ jobs:
45
os: [ubuntu-latest, windows-latest]
46
runs-on: ${{ matrix.os }}
47
48
49
50
51
0 commit comments