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 0b1a7e6 commit cdaf407Copy full SHA for cdaf407
1 file changed
.github/workflows/ci.yml
@@ -15,13 +15,13 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
19
with:
20
fetch-depth: 0
21
token: ${{ secrets.GH_ADMIN_TOKEN }}
22
23
- name: Set up pnpm
24
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093
25
26
version: 11.5.2
27
0 commit comments