File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ .bundle /
2
+ dist /
3
+ .DS_Store
4
+ * .env
5
+ generated /
6
+ gha-creds- * .json
7
+ .jekyll-cache /
8
+ .jekyll-metadata
9
+ node_modules /
10
+ _site /
11
+ .sass-cache /
12
+ tmp /
13
+ * .tmp
14
+ top-1m.csv.zip
15
+ vendor /
16
+ .wrangler /
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
25
25
26
26
- name : gcloud auth
27
27
id : ' auth'
28
- uses : ' google-github-actions/auth@v0 '
28
+ uses : ' google-github-actions/auth@v4 '
29
29
with :
30
30
credentials_json : ' ${{ secrets.GCP_SA_KEY }}'
31
31
32
32
# Setup gcloud CLI
33
33
- name : gcloud setup
34
- uses : google-github-actions/setup-gcloud@v0
34
+ uses : google-github-actions/setup-gcloud@v2
35
35
36
36
- name : gcloud docker-auth
37
37
run : gcloud auth configure-docker
Original file line number Diff line number Diff line change 3
3
.DS_Store
4
4
* .env
5
5
generated /
6
+ gha-creds- * .json
6
7
.jekyll-cache /
7
8
.jekyll-metadata
8
9
node_modules /
You can’t perform that action at this time.
0 commit comments