forked from aptos-labs/aptos-core
-
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/checkout from 2.3.4 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.4.0) Closes: aptos-labs#9617 --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
ce59ea1
commit 25f204c
Showing
11 changed files
with
47 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
rust-changes: ${{ steps.rust-changes.outputs.changes-found }} | ||
base-image-changes: ${{ steps.base-image-changes.outputs.changes-found }} | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
# This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip | ||
# On `push` this value will be empty and will "do-the-right-thing" | ||
|
@@ -65,7 +65,7 @@ jobs: | |
volumes: | ||
- "${{github.workspace}}:/opt/git/diem" | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
# This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip | ||
# On `push` this value will be empty and will "do-the-right-thing" | ||
|
@@ -99,7 +99,7 @@ jobs: | |
volumes: | ||
- "${{github.workspace}}:/opt/git/diem" | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
# This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip | ||
# On `push` this value will be empty and will "do-the-right-thing" | ||
|
@@ -132,7 +132,7 @@ jobs: | |
IMAGE_NAME: ${{ github.repository }}_build_environment | ||
IMAGE_TAG: ${{ needs.prepare.outputs.changes-target-branch }} | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
# This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip | ||
# On `push` this value will be empty and will "do-the-right-thing" | ||
|
@@ -158,7 +158,7 @@ jobs: | |
# The pre-release suite run time varies 1~1.5 hr. | ||
timeout-minutes: 120 | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
fetch-depth: 0 #get all the history!!! | ||
- name: set_env | ||
|
@@ -233,7 +233,7 @@ jobs: | |
name: Docker | ||
url: https://hub.docker.com/u/diem | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
fetch-depth: 0 #get all the history!!! | ||
- name: setup_aws_ecr_login | ||
|
@@ -323,7 +323,7 @@ jobs: | |
- "${{github.workspace}}:/opt/git/diem" | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2.3.4 | ||
uses: actions/checkout@v2.4.0 | ||
- uses: ./.github/actions/build-setup | ||
- uses: actions/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
test-docker-compose: ${{ steps.docker-compose-changes.outputs.changes-found }} | ||
test-test-coverage: ${{ steps.test-coverage.outputs.changes-found }} | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
# This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip | ||
# On `push` this value will be empty and will "do-the-right-thing" | ||
|
@@ -151,7 +151,7 @@ jobs: | |
matrix: | ||
target_os: [alpine, arch, github] | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- name: build image with dev-setup.sh | ||
|
@@ -175,7 +175,7 @@ jobs: | |
target_images: | ||
[client faucet cluster-test forge, init tools validator validator-tcb] | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
fetch-depth: 0 #get all the history!!! | ||
- id: changes | ||
|
@@ -244,7 +244,7 @@ jobs: | |
# The last matrix build to succeed will set the output. Hilarious. | ||
prev-tag: ${{ steps.build-extra-images.outputs.prev-tag }} | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
fetch-depth: 0 #get all the history!!! | ||
|
@@ -313,7 +313,7 @@ jobs: | |
if: ${{ always() && needs.build-images.result=='success' && needs.prepare.outputs.test-land-blocking == 'true' }} | ||
timeout-minutes: 45 | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
# This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip | ||
# On `push` this value will be empty and will "do-the-right-thing" | ||
|
@@ -499,7 +499,7 @@ jobs: | |
container: | ||
image: ghcr.io/diem/diem_build_environment:${{ needs.prepare.outputs.changes-target-branch }} | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: ./.github/actions/build-setup | ||
|
@@ -529,7 +529,7 @@ jobs: | |
volumes: | ||
- "${{github.workspace}}:/opt/git/diem" | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: ./.github/actions/build-setup | ||
|
@@ -561,7 +561,7 @@ jobs: | |
volumes: | ||
- "${{github.workspace}}:/opt/git/diem" | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
fetch-depth: 0 #get all the history!!! | ||
|
@@ -607,7 +607,7 @@ jobs: | |
volumes: | ||
- "${{github.workspace}}:/opt/git/diem" | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
fetch-depth: 0 #get all the history!!! | ||
|
@@ -652,7 +652,7 @@ jobs: | |
FLAKY_TESTS_FILE: /tmp/failures | ||
MESSAGE_PAYLOAD_FILE: /tmp/message | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
fetch-depth: 0 #get all the history!!! | ||
|
@@ -730,7 +730,7 @@ jobs: | |
volumes: | ||
- "${{github.workspace}}:/opt/git/diem" | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
fetch-depth: 0 #get all the history!!! | ||
|
@@ -756,7 +756,7 @@ jobs: | |
needs: prepare | ||
if: ${{ needs.prepare.outputs.test-docker-compose == 'true' }} | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- name: install expect | ||
|
@@ -779,7 +779,7 @@ jobs: | |
env: | ||
JSON_RPC_URL: "http://127.0.0.1:8080" | ||
FAUCET_URL: "http://127.0.0.1:8000" | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: diem-core-v1.2.0 | ||
# Unfortunately this is spelled wrong in the release branch | ||
|
@@ -805,7 +805,7 @@ jobs: | |
volumes: | ||
- "${{github.workspace}}:/opt/git/diem" | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: ./.github/actions/build-setup | ||
|
@@ -834,7 +834,7 @@ jobs: | |
# volumes: | ||
# - "${{github.workspace}}:/opt/git/diem" | ||
# steps: | ||
# - uses: actions/checkout@v2.3.4 | ||
# - uses: actions/checkout@v2.4.0 | ||
# with: | ||
# ref: ${{ github.event.pull_request.head.sha }} | ||
# - uses: ./.github/actions/build-setup | ||
|
@@ -863,7 +863,7 @@ jobs: | |
needs: prepare | ||
if: ${{ needs.prepare.outputs.test-helm == 'true' }} | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- name: Check machine details for minikube | ||
|
@@ -942,7 +942,7 @@ jobs: | |
volumes: | ||
- "${{github.workspace}}:/opt/git/diem" | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: ./.github/actions/build-setup | ||
|
@@ -970,7 +970,7 @@ jobs: | |
volumes: | ||
- "${{github.workspace}}:/opt/git/diem" | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: ./.github/actions/build-setup | ||
|
@@ -999,7 +999,7 @@ jobs: | |
env: | ||
CRITERION_HOME: /tmp/benches | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: actions/[email protected] | ||
|
@@ -1035,7 +1035,7 @@ jobs: | |
needs: | ||
- prepare | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- name: Use Node.js 14 | ||
|
@@ -1078,7 +1078,7 @@ jobs: | |
if: ${{ needs.prepare.outputs.test-website-build == 'true' }} | ||
steps: | ||
# Checks-out the Diem website repository under $GITHUB_WORKSPACE, so job can access it | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
- uses: actions/[email protected] | ||
|
@@ -1120,7 +1120,7 @@ jobs: | |
forge-result: ${{ steps.post-test-result.outputs.forge-result }} | ||
timeout-minutes: 45 | ||
steps: | ||
- uses: actions/checkout@v2.3.4 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
# This ensures that the tip of the PR is checked out instead of the merge between the base ref and the tip | ||
# On `push` this value will be empty and will "do-the-right-thing" | ||
|
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
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.