Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/exercises.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- name: Set up perl
uses: shogo82148/actions-setup-perl@9f8c263975569ff3b4e510cb1f8813115749e146
uses: shogo82148/actions-setup-perl@a198315ec4e9244f206879ea7b63078003aec8a6
with:
perl-version: ${{ matrix.perl }}
distribution: ${{ matrix.distribution }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: bin/configlet sync || true

- name: Set up perl
uses: shogo82148/actions-setup-perl@9f8c263975569ff3b4e510cb1f8813115749e146
uses: shogo82148/actions-setup-perl@a198315ec4e9244f206879ea7b63078003aec8a6

- run: carton install
- run: cpm install App::Yath
Expand Down
Loading