File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-22.04
16
16
timeout-minutes : 3
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Add review links
20
20
env :
21
21
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
26
26
timeout-minutes : 15
27
27
steps :
28
28
# - run: docker system prune --all --force --volumes
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- uses : actions/setup-node@v3
31
31
with :
32
32
node-version : ' 18'
47
47
timeout-minutes : 15
48
48
steps :
49
49
# - run: docker system prune --all --force --volumes
50
- - uses : actions/checkout@v3
50
+ - uses : actions/checkout@v4
51
51
- name : Log into Docker hub
52
52
env :
53
53
DOCKERHUB_USERNAME : ${{secrets.DOCKERHUB_USERNAME}}
75
75
runs-on : ubuntu-22.04
76
76
timeout-minutes : 24
77
77
steps :
78
- - uses : actions/checkout@v3
78
+ - uses : actions/checkout@v4
79
79
- uses : actions/setup-node@v3
80
80
with :
81
81
node-version : ' 18'
Original file line number Diff line number Diff line change 18
18
steps :
19
19
# Checks out a copy of your repository on the ubuntu-latest machine
20
20
- name : Checkout code
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
23
23
# Runs the Earthquake-Fetcher action
24
24
- name : Run Earthquake-Fetcher
You can’t perform that action at this time.
0 commit comments