forked from armadaproject/armada
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump actions to version where node20 is used
- Loading branch information
Showing
14 changed files
with
67 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,13 +54,13 @@ jobs: | |
- tox-env: 'py310' | ||
python: '3.10' | ||
steps: | ||
- uses: actions/checkout@v3.3.0 | ||
- uses: actions/checkout@v4 | ||
- name: Setup Go | ||
uses: ./.github/actions/setup-go-cache | ||
with: | ||
cache-prefix: airflow-tox | ||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v2 | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
version: '23.3' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -80,7 +80,7 @@ jobs: | |
# This variable is picked up by the goreleaser config. | ||
DOCKER_BUILDX_BUILDER: "builder" | ||
steps: | ||
- uses: actions/checkout@v3.3.0 | ||
- uses: actions/checkout@v4 | ||
- run: docker buildx create --name ${DOCKER_BUILDX_BUILDER} --driver docker-container --use | ||
- run: docker buildx install | ||
|
||
|
@@ -97,7 +97,7 @@ jobs: | |
mkdir -p .kube/external | ||
go run github.com/magefile/[email protected] -v localdev minimal | ||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v2 | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
version: '23.3' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest-16-cores | ||
if: github.repository_owner == 'armadaproject' | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -19,9 +19,9 @@ jobs: | |
|
||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/setup-buildx-action@v2 | ||
uses: docker/setup-buildx-action@v3 | ||
|
||
- uses: goreleaser/goreleaser-action@v3 | ||
- uses: goreleaser/goreleaser-action@v5 | ||
with: | ||
distribution: goreleaser | ||
version: v1.20.0 | ||
|
@@ -42,7 +42,7 @@ jobs: | |
- name: Save Docker image tarballs as artifacts | ||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: armada-image-tarballs | ||
path: /tmp/imgs | ||
|
@@ -52,13 +52,13 @@ jobs: | |
permissions: {} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
fetch-tags: true | ||
|
||
- name: Setup the latest .NET 7 SDK | ||
uses: actions/setup-dotnet@v3 | ||
uses: actions/setup-dotnet@v4 | ||
with: | ||
dotnet-version: 7.0.x | ||
|
||
|
@@ -69,7 +69,7 @@ jobs: | |
cache-tools: true | ||
|
||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v2 | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
version: '23.3' | ||
|
@@ -84,7 +84,7 @@ jobs: | |
run: go run github.com/magefile/[email protected] -v packNuget | ||
|
||
- name: Save nupkg artifacts | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: nupkg-artifacts | ||
path: | | ||
|
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
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
- tox-env: 'py310' | ||
python: '3.10' | ||
steps: | ||
- uses: actions/checkout@v3.3.0 | ||
- uses: actions/checkout@v4 | ||
- name: Setup Go | ||
uses: ./.github/actions/setup-go-cache | ||
with: | ||
|
@@ -63,7 +63,7 @@ jobs: | |
# This variable is picked up by the goreleaser config. | ||
DOCKER_BUILDX_BUILDER: "builder" | ||
steps: | ||
- uses: actions/checkout@v3.3.0 | ||
- uses: actions/checkout@v4 | ||
- run: docker buildx create --name ${DOCKER_BUILDX_BUILDER} --driver docker-container --use | ||
- run: docker buildx install | ||
|
||
|
@@ -80,7 +80,7 @@ jobs: | |
mkdir -p .kube/external | ||
go run github.com/magefile/[email protected] -v localdev minimal | ||
- name: Install Protoc | ||
uses: arduino/setup-protoc@v2 | ||
uses: arduino/setup-protoc@v3 | ||
with: | ||
version: '23.3' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
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
Oops, something went wrong.