Skip to content

Commit b6f3b67

Browse files
committed
upgrade to github actions/checkout@v3
1 parent cf42cca commit b6f3b67

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Auto Deploy to Google Cloud
33
on:
44
push:
55
branches:
6-
- main
6+
- feature/custom-testing-base-url
77

88
jobs:
99
deploy:
@@ -19,9 +19,7 @@ jobs:
1919
FRONTEND_IMAGE_NAME: europe-west3-docker.pkg.dev/thf-climate-cloud/thf-climate-frontend/thf-climate-frontend
2020

2121
steps:
22-
# Step 1: Checkout the code
23-
- name: Checkout code
24-
uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2523

2624
# Step 2: Decode and Write the Service Account Key to a file properly
2725
- name: Set up Google Cloud credentials

.github/workflows/tests-main.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: Tests for Main Merge
22

33
on:
4-
# pull_request:
5-
# branches:
6-
# - main
7-
push:
4+
pull_request:
85
branches:
9-
- feature/custom-testing-base-url
6+
- main
107

118
jobs:
129
tests-on-main:

0 commit comments

Comments
 (0)