Skip to content

Commit 73a8e20

Browse files
chore(deps): bump the ci-dependencies group across 2 directories with 3 updates
Bumps the ci-dependencies group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Bumps the ci-dependencies group with 2 updates in the /.github/actions/deploy directory: [google-github-actions/auth](https://github.com/google-github-actions/auth) and [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `google-github-actions/auth` from 2 to 3 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v2...v3) Updates `google-github-actions/deploy-cloudrun` from 2 to 3 - [Release notes](https://github.com/google-github-actions/deploy-cloudrun/releases) - [Changelog](https://github.com/google-github-actions/deploy-cloudrun/blob/main/CHANGELOG.md) - [Commits](google-github-actions/deploy-cloudrun@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: google-github-actions/deploy-cloudrun dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef89a97 commit 73a8e20

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/deploy/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
steps:
4141
- name: 🗝️ Authenticate to Google Cloud
4242
id: auth
43-
uses: google-github-actions/auth@v2
43+
uses: google-github-actions/auth@v3
4444
with:
4545
token_format: 'access_token'
4646
create_credentials_file: true
@@ -89,7 +89,7 @@ runs:
8989
9090
- name: 🚀 Deploy to Cloud Run
9191
id: deploy
92-
uses: google-github-actions/deploy-cloudrun@v2
92+
uses: google-github-actions/deploy-cloudrun@v3
9393
with:
9494
service: conductor
9595
image: ${{ env.IMAGE_ID }}

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: ⬇️ Set up code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
show-progress: false
2626

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: ⬇️ Set up code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
show-progress: false
2121

@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: ⬇️ Set up code
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
with:
4343
show-progress: false
4444

0 commit comments

Comments
 (0)