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 0ce20db + 5bf9b86 commit e449350Copy full SHA for e449350
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
.github/workflows/pythonpackage.yml
@@ -25,7 +25,7 @@ jobs:
25
MYGEOTAB_USERNAME_ASYNC: ${{ secrets.MYGEOTAB_USERNAME_ASYNC }}
26
MYGEOTAB_PASSWORD_ASYNC: ${{ secrets.MYGEOTAB_PASSWORD_ASYNC }}
27
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
29
- name: Set up Python ${{ matrix.python-version }}
30
uses: actions/setup-python@v5
31
with:
0 commit comments