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.
1 parent ed096a2 commit efbd96dCopy full SHA for efbd96d
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
outputs:
17
version: ${{ steps.vars.outputs.tag }}
18
steps:
19
- - uses: actions/checkout@v4.1.4
+ - uses: actions/checkout@v5
20
- name: Get tag
21
id: vars
22
run: >-
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
- name: Check out code from GitHub
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up Python
23
uses: actions/[email protected]
24
with:
0 commit comments