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 262891a + 0480a5d commit b4bead7Copy full SHA for b4bead7
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
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@v5
+ - uses: actions/checkout@v6
29
- name: Set up Python ${{ matrix.python-version }}
30
uses: actions/setup-python@v6
31
with:
0 commit comments