File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
if : github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'HTTPArchive/tech-report-apis'
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- run : |
16
16
cd src
17
17
npm ci
Original file line number Diff line number Diff line change 13
13
test :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- run : |
18
18
cd src
19
19
npm ci
27
27
run :
28
28
working-directory : ./terraform/dev
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- name : Google Cloud Auth
32
32
uses : ' google-github-actions/auth@v2'
33
33
with :
72
72
run :
73
73
working-directory : ./terraform/prod
74
74
steps :
75
- - uses : actions/checkout@v4
75
+ - uses : actions/checkout@v5
76
76
- name : Google Cloud Auth
77
77
uses : ' google-github-actions/auth@v2'
78
78
with :
You can’t perform that action at this time.
0 commit comments