Skip to content

Commit faad02b

Browse files
dependabot[bot]jacobdadams
authored andcommittedApr 2, 2024·
chore(deps): bump the ci-dependencies group with 2 updates
Bumps the ci-dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [google-github-actions/deploy-cloud-functions](https://github.com/google-github-actions/deploy-cloud-functions). Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) Updates `google-github-actions/deploy-cloud-functions` from 1 to 2 - [Release notes](https://github.com/google-github-actions/deploy-cloud-functions/releases) - [Changelog](https://github.com/google-github-actions/deploy-cloud-functions/blob/main/CHANGELOG.md) - [Commits](google-github-actions/deploy-cloud-functions@v1...v2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: google-github-actions/deploy-cloud-functions dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d49bbd commit faad02b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/push.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Set up Python
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: "3.11"
2727
# cache: pip
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: 🚀 Deploy to Cloud Function
7373
id: deploy
74-
uses: google-github-actions/deploy-cloud-functions@v1
74+
uses: google-github-actions/deploy-cloud-functions@v2
7575
with:
7676
name: wmrc-skid
7777
runtime: python311
@@ -143,7 +143,7 @@ jobs:
143143

144144
- name: 🚀 Deploy to Cloud Function
145145
id: deploy
146-
uses: google-github-actions/deploy-cloud-functions@v1
146+
uses: google-github-actions/deploy-cloud-functions@v2
147147
with:
148148
name: wmrc-skid
149149
runtime: python311

0 commit comments

Comments
 (0)
Please sign in to comment.