Skip to content

Commit

Permalink
GitHub Actions: switch from @0 to @v0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 8, 2024
1 parent 5ad75da commit 7f4a091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multiperl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build archive
uses: rjbs/dzil-build@0
uses: rjbs/dzil-build@v0

multiperl-test:
needs: build-tarball
Expand All @@ -26,4 +26,4 @@ jobs:

steps:
- name: Test distribution
uses: rjbs/test-perl-dist@0
uses: rjbs/test-perl-dist@v0

0 comments on commit 7f4a091

Please sign in to comment.