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 c71f620 + 2d37634 commit 299598aCopy full SHA for 299598a
3 files changed
.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: Checkout repository
33
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
34
35
# Login against a Docker registry except on PR
36
# https://github.com/docker/login-action
.github/workflows/pre-commit.yaml
@@ -10,7 +10,7 @@ jobs:
10
pre-commit:
11
runs-on: ubuntu-latest
12
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- uses: actions/setup-python@v6
15
with:
16
python-version: '3.12'
.github/workflows/unit-tests.yaml
@@ -9,7 +9,7 @@ jobs:
9
- name: Check out code
- name: Set up python
uses: actions/setup-python@v6
0 commit comments