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 6560bfe commit 07faf01Copy full SHA for 07faf01
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v3
.github/workflows/playwright.yml
@@ -9,7 +9,7 @@ jobs:
9
timeout-minutes: 60
10
runs-on: ubuntu-latest
11
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- uses: actions/setup-node@v5
14
with:
15
node-version: 22
0 commit comments