File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
name : " Build Docker images"
19
19
runs-on : ubuntu-24.04
20
20
steps :
21
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
22
22
23
23
- name : Set up Docker Buildx
24
24
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout repository
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
28
28
29
29
- name : Set up Node.js ${{ matrix.node-version }}
30
30
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-24.04
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19
19
20
20
- name : Install yamllint
21
21
run : pip install yamllint
You can’t perform that action at this time.
0 commit comments