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 8a6acf4 commit 19bf31eCopy full SHA for 19bf31e
.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@v2
+ - uses: actions/checkout@v3
19
- name: Publish to Registry
20
uses: elgohr/Publish-Docker-Github-Action@3.04
21
with:
@@ -50,7 +50,7 @@ jobs:
50
- "5.8"
51
52
53
54
55
56
.github/workflows/test-cpanfile.yml
@@ -31,7 +31,7 @@ jobs:
31
- '5.34'
32
name: Perl ${{ matrix.perl-version }}
33
34
35
- name: Install deps using cpm
36
uses: perl-actions/install-with-cpm@v1
37
0 commit comments