We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 516fc5e + 0ee0a88 commit 1a6f929Copy full SHA for 1a6f929
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
DOCKER_DEPLOY_IMAGES: false
84
85
steps:
86
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
87
- name: Set up env vars
88
run: |
89
set -vx
.github/workflows/pre-commit.yml
@@ -9,7 +9,7 @@ jobs:
9
pre-commit:
10
runs-on: ubuntu-latest
11
12
13
- uses: actions/setup-python@v5
14
with:
15
python-version: "3.x"
0 commit comments