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 2538b0a commit c4894f8Copy full SHA for c4894f8
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
release:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
with:
16
fetch-depth: 0
17
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
18
19
20
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
21
22
- name: Install pnpm
23
uses: pnpm/[email protected]
0 commit comments