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 4f70344 commit 7d095f6Copy full SHA for 7d095f6
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: ["3.9", "3.10", "3.11"]
19
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
23
- name: "Set up Python ${{ matrix.python-version }}"
24
uses: actions/setup-python@v5
@@ -49,7 +49,7 @@ jobs:
49
needs: build
50
51
52
53
- name: Run action
54
uses: ./
55
with:
.github/workflows/codeql.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Checkout repository
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
29
30
- name: Initialize CodeQL
31
uses: github/codeql-action/init@v3
0 commit comments