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 d9a4862 + acdef5a commit bb34292Copy full SHA for bb34292
.github/workflows/ci-matrix.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
-
31
name: Checkout
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
34
name: Docker meta
35
id: meta
.github/workflows/dockerimage.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
19
# https://github.com/FiloSottile/mkcert#installation
20
- name: Install and setup mkcert
0 commit comments