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 b160c22 + f8e1839 commit 0d08527Copy full SHA for 0d08527
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Checkout repository
38
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
.github/workflows/create-release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
- name: Checkout code
13
14
with:
15
fetch-depth: 0
16
token: ${{ secrets.ADMIN_TOKEN }}
.github/workflows/publish.yaml
@@ -8,7 +8,7 @@ jobs:
8
publish:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Set up Python 3.9
uses: actions/setup-python@v5
0 commit comments