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