Skip to content

Commit

Permalink
Update create-json action to 1.2.3 (#1349)
Browse files Browse the repository at this point in the history
Updates from node16 to node20, silencing warning
  • Loading branch information
serprex authored Feb 21, 2024
1 parent 47eecb3 commit 60683d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
- name: setup gcp service account
id: gcp-service-account
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "bq_service_account.json"
json: ${{ secrets.GCP_GH_CI_PKEY }}
dir: "nexus/server/tests/assets/"

- name: setup snowflake credentials
id: sf-credentials
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "snowflake_creds.json"
json: ${{ secrets.SNOWFLAKE_GH_CI_PKEY }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@ jobs:

- name: setup gcp service account
id: gcp-service-account
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "bq_service_account.json"
json: ${{ secrets.GCP_GH_CI_PKEY }}

- name: setup snowflake credentials
id: sf-credentials
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "snowflake_creds.json"
json: ${{ secrets.SNOWFLAKE_GH_CI_PKEY }}

- name: setup S3 credentials
id: s3-credentials
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "s3_creds.json"
json: ${{ secrets.S3_CREDS }}

- name: setup GCS credentials
id: gcs-credentials
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "gcs_creds.json"
json: ${{ secrets.GCS_CREDS }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,28 @@ jobs:

- name: setup gcp service account
id: gcp-service-account
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "bq_service_account.json"
json: ${{ secrets.GCP_GH_CI_PKEY }}

- name: setup snowflake credentials
id: sf-credentials
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "snowflake_creds.json"
json: ${{ secrets.SNOWFLAKE_GH_CI_PKEY }}

- name: setup S3 credentials
id: s3-credentials
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "s3_creds.json"
json: ${{ secrets.S3_CREDS }}

- name: setup GCS credentials
id: gcs-credentials
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "gcs_creds.json"
json: ${{ secrets.GCS_CREDS }}
Expand Down

0 comments on commit 60683d8

Please sign in to comment.