We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129e329 commit aab2636Copy full SHA for aab2636
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/python-package.yml
@@ -199,7 +199,7 @@ jobs:
199
200
201
# see : https://github.com/actions/checkout
202
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
203
204
- name: Setting up Python ${{ matrix.python-version }}
205
# see: https://github.com/actions/setup-python
0 commit comments