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 1111 if : github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'HTTPArchive/tech-report-apis'
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - run : |
1616 cd src
1717 npm ci
Original file line number Diff line number Diff line change 1313 test :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - run : |
1818 cd src
1919 npm ci
2727 run :
2828 working-directory : ./terraform/dev
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131 - name : Google Cloud Auth
3232 uses : ' google-github-actions/auth@v2'
3333 with :
7272 run :
7373 working-directory : ./terraform/prod
7474 steps :
75- - uses : actions/checkout@v4
75+ - uses : actions/checkout@v5
7676 - name : Google Cloud Auth
7777 uses : ' google-github-actions/auth@v2'
7878 with :
You can’t perform that action at this time.
0 commit comments