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 d9c5235 + 4695ba5 commit f8524afCopy full SHA for f8524af
.github/workflows/image.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-24.04
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
15
- name: Set some variables
16
id: vars
.github/workflows/test.yaml
@@ -15,7 +15,7 @@ jobs:
- "3.13"
17
18
19
20
- uses: actions/setup-python@v6
21
with:
0 commit comments