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.
2 parents ab30ec6 + 0518409 commit 6dc4dcbCopy full SHA for 6dc4dcb
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
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/pr.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-22.04
10
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
12
- uses: cypress-io/[email protected]
13
with:
14
build: npm run build
0 commit comments