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 4f372f6 + a332b95 commit 64feb2fCopy full SHA for 64feb2f
.github/workflows/publish-to-docker.yml
@@ -15,7 +15,7 @@ jobs:
15
name: "Build latest"
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Publish to Registry
20
uses: elgohr/Publish-Docker-Github-Action@3.04
21
with:
@@ -53,7 +53,7 @@ jobs:
53
- "5.8"
54
55
56
57
58
59
.github/workflows/test-cpanfile.yml
@@ -34,7 +34,7 @@ jobs:
34
- '5.8'
35
name: Perl ${{ matrix.perl-version }}
36
37
38
- name: Install deps using cpm
39
uses: perl-actions/install-with-cpm@stable
40
0 commit comments