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 16b9581 commit c688dc1Copy full SHA for c688dc1
.github/workflows/codeql.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: Initialize CodeQL
26
uses: github/codeql-action/init@v3
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
27
fetch-depth: 0
28
token: ${{ env.PUSH_TOKEN }}
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Checkout Repository
- uses: pnpm/action-setup@v4
0 commit comments