We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ee4fd commit 15a2fc5Copy full SHA for 15a2fc5
.github/workflows/build-images.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: Checkout code
35
- uses: actions/checkout@v4.1.1
+ uses: actions/checkout@v4.1.6
36
37
- name: Set up Docker Buildx
38
id: buildx
@@ -74,7 +74,7 @@ jobs:
74
service: [node]
75
76
77
78
79
80
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
yaml-lint:
11
runs-on: ubuntu-latest
12
13
- - uses: actions/checkout@v4.1.1
+ - uses: actions/checkout@v4.1.6
14
15
- name: YAML lint
16
uses: ibiqlik/action-yamllint@master
0 commit comments