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 3072e53 + 4d09549 commit dc0be4bCopy full SHA for dc0be4b
.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: Checkout repository
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
34
35
# Login against a Docker registry except on PR
36
# https://github.com/docker/login-action
.github/workflows/pre-commit.yaml
@@ -10,6 +10,6 @@ jobs:
10
pre-commit:
11
runs-on: ubuntu-latest
12
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- uses: actions/setup-python@v5
15
- uses: pre-commit/[email protected]
.github/workflows/test-py311-unit.yaml
@@ -11,7 +11,7 @@ jobs:
16
- name: Set up Python 3.11
17
uses: actions/setup-python@v5
0 commit comments