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 c5721fe + c4b96d3 commit cacada1Copy full SHA for cacada1
.github/workflows/image.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-24.04
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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@v5
21
with:
0 commit comments