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 abef163 + 8422bed commit 846517cCopy full SHA for 846517c
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
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@v5
+ - uses: actions/checkout@v6
12
- uses: cypress-io/github-action@v6.10.4
13
with:
14
build: npm run build
0 commit comments