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 5f0bd94 commit 3b258a3Copy full SHA for 3b258a3
.github/workflows/codeql-analysis.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: Checkout repository
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
34
35
# Initializes the CodeQL tools for scanning.
36
- name: Initialize CodeQL
.github/workflows/continuous-integration.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: zcong1993/setup-timezone@master
15
with:
16
timezone: Europe/Berlin
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- name: Use Node.js v${{ matrix.node-version }}
19
uses: actions/setup-node@v4
20
0 commit comments