-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GHA due to node<20 deprecation (#2311)
* Update checkout action from v3 to v4 * Update google-github-actions/auth from v1 to v2 * Update azure/setup-helm from v3 to v4 * Update peter-evans/repository-dispatch from v2 to v3
- Loading branch information
Showing
8 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Restore binaries | ||
uses: actions/cache/restore@v4 | ||
with: | ||
|
@@ -67,7 +67,7 @@ jobs: | |
owner: nuclia | ||
|
||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set helm package image | ||
id: version_step | ||
|
@@ -83,7 +83,7 @@ jobs: | |
git config user.email "[email protected]" | ||
- name: Install Helm | ||
uses: azure/setup-helm@v3 | ||
uses: azure/setup-helm@v4 | ||
with: | ||
version: v3.4.0 | ||
|
||
|
@@ -94,7 +94,7 @@ jobs: | |
curl --data-binary "@nucliadb_shared-${{ steps.version_step.outputs.version_number }}.tgz" ${{ secrets.HELM_CHART_URL }}/api/charts | ||
- name: Repository Dispatch | ||
uses: peter-evans/repository-dispatch@v2 | ||
uses: peter-evans/repository-dispatch@v3 | ||
with: | ||
token: ${{ steps.app-token.outputs.token }} | ||
repository: nuclia/nucliadb_deploy | ||
|
@@ -118,7 +118,7 @@ jobs: | |
owner: nuclia | ||
|
||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Calculate short sha | ||
id: env-vars | ||
|
@@ -143,7 +143,7 @@ jobs: | |
git config user.email "[email protected]" | ||
- name: Install Helm | ||
uses: azure/setup-helm@v3 | ||
uses: azure/setup-helm@v4 | ||
with: | ||
version: v3.4.0 | ||
|
||
|
@@ -154,7 +154,7 @@ jobs: | |
curl --data-binary "@nucliadb_node-${{ steps.version_step.outputs.version_number }}.tgz" ${{ secrets.HELM_CHART_URL }}/api/charts | ||
- name: Repository Dispatch | ||
uses: peter-evans/repository-dispatch@v2 | ||
uses: peter-evans/repository-dispatch@v3 | ||
with: | ||
token: ${{ steps.app-token.outputs.token }} | ||
repository: nuclia/nucliadb_deploy | ||
|
@@ -188,7 +188,7 @@ jobs: | |
owner: nuclia | ||
|
||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Calculate short sha | ||
id: env-vars | ||
|
@@ -212,7 +212,7 @@ jobs: | |
git config user.email "[email protected]" | ||
- name: Install Helm | ||
uses: azure/setup-helm@v3 | ||
uses: azure/setup-helm@v4 | ||
with: | ||
version: v3.4.0 | ||
|
||
|
@@ -223,7 +223,7 @@ jobs: | |
curl --data-binary "@nucliadb_${{ matrix.component }}-${{ steps.version_step.outputs.version_number }}.tgz" ${{ secrets.HELM_CHART_URL }}/api/charts | ||
- name: Repository Dispatch | ||
uses: peter-evans/repository-dispatch@v2 | ||
uses: peter-evans/repository-dispatch@v3 | ||
with: | ||
token: ${{ steps.app-token.outputs.token }} | ||
repository: nuclia/nucliadb_deploy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
private-key: ${{ secrets.PK_GHAPP_NUCLIABOT }} | ||
owner: nuclia | ||
|
||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-python@v4 | ||
with: | ||
|
@@ -76,7 +76,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v2 | ||
|
@@ -129,7 +129,7 @@ jobs: | |
owner: nuclia | ||
|
||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Calculate short sha | ||
id: env-vars | ||
|
@@ -160,7 +160,7 @@ jobs: | |
git config user.email "[email protected]" | ||
- name: Install Helm | ||
uses: azure/setup-helm@v3 | ||
uses: azure/setup-helm@v4 | ||
with: | ||
version: v3.4.0 | ||
|
||
|
@@ -171,7 +171,7 @@ jobs: | |
curl --data-binary "@nucliadb-${{ steps.version_step.outputs.helm_version }}.tgz" ${{ secrets.HELM_CHART_URL }}/api/charts | ||
- name: Repository Dispatch | ||
uses: peter-evans/repository-dispatch@v2 | ||
uses: peter-evans/repository-dispatch@v3 | ||
with: | ||
token: ${{ steps.app-token.outputs.token }} | ||
repository: nuclia/nucliadb_deploy | ||
|