Skip to content

Commit

Permalink
GitHub Actions: switch from @main to @0 for rjbs actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 8, 2024
1 parent d904a79 commit 5ad75da
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@main
uses: rjbs/dzil-build@0

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

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

0 comments on commit 5ad75da

Please sign in to comment.