Skip to content

Commit

Permalink
Update to current node20-based GitHub Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarshall committed Oct 2, 2024
1 parent cfea718 commit 9b47ac8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ref: ${{ github.event.before }}
path: 'before'

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:

- id: "google-cloud-sdk-setup"
name: "Set up Cloud SDK"
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2

- run: |
gcloud auth configure-docker ${{ env.DOCKER_PREFIX }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

- id: "google-cloud-sdk-setup"
name: "Set up Cloud SDK"
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2

- run: |
gcloud auth configure-docker ${{ env.DOCKER_PREFIX }}
Expand Down Expand Up @@ -169,11 +169,11 @@ jobs:

- id: "google-cloud-sdk-setup"
name: "Set up Cloud SDK"
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2
with:
project_id: ${{ env.PROJECT }}

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- id: "google-cloud-sdk-setup"
name: "Set up Cloud SDK"
uses: google-github-actions/setup-gcloud@v1
uses: google-github-actions/setup-gcloud@v2

- name: "gcloud docker auth"
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down

0 comments on commit 9b47ac8

Please sign in to comment.