We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1034824 + 97dc484 commit d2a6030Copy full SHA for d2a6030
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
-
31
name: Checkout
32
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
33
34
name: Set up QEMU
35
id: qemu
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
name: Stop docker
55
run: |
.github/workflows/validate.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
name: Validate
22
uses: docker/bake-action@v1
0 commit comments