We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d49bbd commit faad02bCopy full SHA for faad02b
.github/workflows/push.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Set up Python
24
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
25
with:
26
python-version: "3.11"
27
# cache: pip
@@ -71,7 +71,7 @@ jobs:
71
72
- name: 🚀 Deploy to Cloud Function
73
id: deploy
74
- uses: google-github-actions/deploy-cloud-functions@v1
+ uses: google-github-actions/deploy-cloud-functions@v2
75
76
name: wmrc-skid
77
runtime: python311
@@ -143,7 +143,7 @@ jobs:
143
144
145
146
147
148
149
0 commit comments