Commit c0a75de 1 parent 883ffca commit c0a75de Copy full SHA for c0a75de
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
- name : Setup Docker buildx
15
15
uses : docker/setup-buildx-action@v3
16
16
- name : Log into Docker Hub
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Install Dependencies
19
19
run : yarn install --frozen-lockfile
20
20
- name : Lint
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
- name : Install Dependencies
12
12
run : yarn install --frozen-lockfile
13
13
- name : Lint
You can’t perform that action at this time.
0 commit comments