File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
33
33
34
34
steps :
35
35
- name : Setup Docker Buildx
36
- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
36
+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
37
37
with :
38
38
version : ${{ env.DOCKER_BUILDX_VERSION }}
39
39
install : true
40
40
41
41
- name : Checkout
42
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
42
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
43
43
with :
44
44
submodules : true
45
45
60
60
path : _output/**
61
61
62
62
- name : Login to Upbound
63
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
63
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
64
64
if : env.XPKG_ACCESS_ID != ''
65
65
with :
66
66
registry : xpkg.upbound.io
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20
20
21
21
- name : Create Tag
22
22
uses : negz/create-tag@39bae1e0932567a58c20dea5a1a0d18358503320 # v1
Original file line number Diff line number Diff line change 5
5
name : runner / yamllint
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9
9
- name : yamllint
10
10
uses : reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21.0
11
11
with :
You can’t perform that action at this time.
0 commit comments