Skip to content

Commit 2b77b00

Browse files
committed
Merge branch 'main' into development
2 parents e3683a2 + c4f056c commit 2b77b00

File tree

4 files changed

+483
-481
lines changed

4 files changed

+483
-481
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -27,7 +27,7 @@ jobs:
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:
@@ -72,7 +72,7 @@ jobs:
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:

0 commit comments

Comments
 (0)