We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765afd1 commit 0f87d78Copy full SHA for 0f87d78
1 file changed
.github/workflows/check-version-against-tag.yaml
@@ -13,7 +13,7 @@ jobs:
13
name: Check VERSION file against latest tag
14
runs-on: ubuntu-latest
15
steps:
16
- - runs: actions/checkout@v5
+ - uses: actions/checkout@v5
17
- name: Check VERSION file against latest tag
18
run: |
19
python -m pip install dunamai
0 commit comments