Skip to content

Commit

Permalink
ci(GITHUB): update legacy action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Nov 27, 2024
1 parent 6dc9091 commit 1a3f2cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job-40-npm-run_cached_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
shell: bash

- name: ${{ inputs.COMMAND_NAME }} -- Set up Node From 'package.json'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/job-95-container-gcp_cloud_run_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ jobs:
shell: bash

- name: GCP Cloud Run Deploy -- Authenticate with GCP
uses: "google-github-actions/auth@v1"
uses: "google-github-actions/auth@v2"
with:
export_environment_variables: true
project_id: ${{ secrets.GCP_PROJECT_ID }}
credentials_json: ${{ secrets.GCP_SERVICE_ACCOUNT_JSON }}

- name: GCP Cloud Run Deploy -- Set up Cloud SDK
uses: "google-github-actions/setup-gcloud@v1"
uses: "google-github-actions/setup-gcloud@v2"
with:
version: ">= 454.0.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
RELEASE_CONTEXT: ${{ inputs.RELEASE_CONTEXT }}
UPLOAD_FOLDERS: ${{ inputs.UPLOAD_FOLDERS }}
if: inputs.TESTING_MODE == false
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/job-99-poetry-create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
APPENDED_CONTENT: ${{ inputs.APPENDED_CONTENT }}
JSON_APPENDED_CONTENT: ${{ inputs.JSON_APPENDED_CONTENT }}
if: steps.filter.outputs.RELEASE_CANDIDATE == 'true' && inputs.TESTING_MODE == false
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 1a3f2cc

Please sign in to comment.