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.
2 parents f907004 + 2255d6a commit cd4d05cCopy full SHA for cd4d05c
.github/workflows/ci.yaml
@@ -273,16 +273,16 @@ 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
285
- uses: actions/cache@v3
+ uses: actions/cache@v4
286
287
path: ~/.cpan/sources
288
key: cache-cpan
0 commit comments