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 5096566 commit 121cb22Copy full SHA for 121cb22
.github/workflows/ci.yaml
@@ -273,12 +273,12 @@ jobs:
273
steps:
274
- name: Checkout git commit ${{ github.sha }}
275
if: github.event_name != 'pull_request'
276
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
277
with:
278
ref: ${{ github.sha }}
279
- name: Checkout git commit ${{ github.event.pull_request.head.sha }} (fixup for pull request)
280
if: github.event_name == 'pull_request'
281
282
283
ref: ${{ github.event.pull_request.head.sha }}
284
- name: Setup cpan sources cache
0 commit comments