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 debb8f6 commit 3dac63dCopy full SHA for 3dac63d
.github/workflows/check-dist.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
26
- name: Set Node.js 16.x
27
uses: actions/[email protected]
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/merge-main.yml
@@ -20,7 +20,7 @@ jobs:
20
version: v${{ steps.version.outputs.value }}
with:
token: ${{ secrets.ACCESS_TOKEN }}
0 commit comments