File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
runs-on : ${{ matrix.settings.runs-on }}
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
32
32
- name : Log into the Container registry
33
33
uses : docker/login-action@v3
89
89
runs-on : ${{ matrix.settings.runs-on }}
90
90
steps :
91
91
- name : Checkout
92
- uses : actions/checkout@v2
92
+ uses : actions/checkout@v4
93
93
94
94
- name : Log into the Container registry
95
95
uses : docker/login-action@v3
@@ -151,7 +151,7 @@ jobs:
151
151
runs-on : ${{ matrix.settings.runs-on }}
152
152
steps :
153
153
- name : Checkout
154
- uses : actions/checkout@v2
154
+ uses : actions/checkout@v4
155
155
156
156
- name : Log into the Container registry
157
157
uses : docker/login-action@v3
Original file line number Diff line number Diff line change 16
16
runs-on : ${{ matrix.settings.runs-on }}
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
ref : ${{ github.event.pull_request.head.sha }}
22
22
44
44
runs-on : ${{ matrix.settings.runs-on}}
45
45
steps :
46
46
- name : Checkout
47
- uses : actions/checkout@v3
47
+ uses : actions/checkout@v4
48
48
with :
49
49
ref : ${{ github.event.pull_request.head.sha }}
50
50
- name : Set up Docker Buildx
70
70
runs-on : ${{ matrix.settings.runs-on}}
71
71
steps :
72
72
- name : Checkout
73
- uses : actions/checkout@v3
73
+ uses : actions/checkout@v4
74
74
with :
75
75
ref : ${{ github.event.pull_request.head.sha }}
76
76
- name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments