Skip to content

Commit 43ae4ca

Browse files
committed
Merge branch 'development' of https://github.com/HTTPArchive/tech-report-apis into development
2 parents 44dcc55 + 3b7b475 commit 43ae4ca

File tree

4 files changed

+231
-225
lines changed

4 files changed

+231
-225
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@v5
14+
- uses: actions/checkout@v6
1515
- run: |
1616
cd src
1717
npm ci

.github/workflows/deployment.yaml

Lines changed: 5 additions & 5 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@v5
16+
- uses: actions/checkout@v6
1717
- run: |
1818
cd src
1919
npm ci
@@ -27,9 +27,9 @@ jobs:
2727
run:
2828
working-directory: ./terraform/dev
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- name: Google Cloud Auth
32-
uses: 'google-github-actions/auth@v2'
32+
uses: 'google-github-actions/auth@v3'
3333
with:
3434
project_id: 'httparchive'
3535
credentials_json: ${{ env.PIPELINE_SA_KEY }}
@@ -72,9 +72,9 @@ jobs:
7272
run:
7373
working-directory: ./terraform/prod
7474
steps:
75-
- uses: actions/checkout@v5
75+
- uses: actions/checkout@v6
7676
- name: Google Cloud Auth
77-
uses: 'google-github-actions/auth@v2'
77+
uses: 'google-github-actions/auth@v3'
7878
with:
7979
project_id: 'httparchive'
8080
credentials_json: ${{ env.PIPELINE_SA_KEY }}

0 commit comments

Comments
 (0)