We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5859b4e commit c4bdb54Copy full SHA for c4bdb54
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
-
31
name: Checkout
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
34
name: Init
35
run: |
.github/workflows/labels.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
name: Run Labeler
28
uses: crazy-max/ghaction-github-labeler@v4
.github/workflows/validate.yml
@@ -23,7 +23,7 @@ jobs:
name: Targets matrix
id: targets
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
name: Validate
47
uses: docker/bake-action@v3
0 commit comments