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 4dad4d8 commit c860fc0Copy full SHA for c860fc0
.github/workflows/codeql.yml
@@ -46,7 +46,7 @@ jobs:
46
47
steps:
48
- name: Checkout repository
49
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
50
51
# Initializes the CodeQL tools for scanning.
52
- name: Initialize CodeQL
.github/workflows/python-app.yml
@@ -16,9 +16,9 @@ jobs:
16
build:
17
runs-on: ubuntu-latest
18
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- name: Set up Python 3.12
21
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
22
with:
23
python-version: 3.12
24
- name: Install dependencies
0 commit comments