Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 2.4.0
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored and bors-libra committed Nov 4, 2021
1 parent ce59ea1 commit 25f204c
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 47 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci-post-land.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion != 'skipped' }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
- name: Download artifacts
uses: diem/actions/get-artifacts@faadd16607b77dfa2231a8f366883e01717b3225
with:
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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!!!
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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!!!
Expand Down Expand Up @@ -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!!!
Expand Down Expand Up @@ -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!!!
Expand Down Expand Up @@ -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!!!
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
AUDIT_SUMMARY_FILE: /tmp/summary
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
ref: ${{ matrix.target-branch }}
- uses: ./.github/actions/build-setup
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
CODECOV_OUTPUT: codecov
MESSAGE_PAYLOAD_FILE: /tmp/message
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
- uses: ./.github/actions/build-setup
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
matrix:
release-branch: [release-1.5, release-1.4]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
ref: ${{ matrix.release-branch }}
- uses: ./.github/actions/build-setup
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
matrix:
target-branch: [main]
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
ref: ${{ matrix.target-branch }}
- uses: ./.github/actions/build-setup
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
name: Docker
url: https://hub.docker.com/u/diem
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
- name: sign in to DockerHub; install image signing cert
uses: ./.github/actions/dockerhub_login
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dep-summaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
dep-auditors-list: ${{ steps.dep-auditors.outputs.list }}
steps:
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
if: ${{ startsWith(github.event_name, 'pull_request') }}
with:
ref: ${{ github.event.pull_request.head.sha }}
Expand All @@ -37,18 +37,18 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: checkout base ref
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
if: ${{ startsWith(github.event_name, 'pull_request') }}
with:
ref: ${{ steps.fetch-base-ref.outputs.ref }}
path: libra-base
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
if: ${{ github.event_name == 'push' }}
with:
ref: ${{ github.event.after }}
- name: checkout base ref
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
if: ${{ github.event_name == 'push' }}
with:
ref: ${{ github.event.before }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dep-update-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
MAX_ALLOWED_CHARS: 65536
steps:
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: checkout base ref
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
ref: ${{ github.event.pull_request.base.sha }}
path: diem-base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hyperjump-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: (hyperjump) comment
steps:
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
- name: comment
uses: diem/actions/hyperjump-comment@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hyperjump-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: (hyperjump) labels
steps:
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
- name: labels
uses: diem/actions/hyperjump-labels@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hyperjump-request-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: (hyperjump) request-review
steps:
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
- name: request review
uses: diem/actions/hyperjump-request-review@a5fa31ff2b54a544cd88ac912cda469742592e6c
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jsonrpc-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Warn PR author about compatibility requirements
steps:
- name: checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: comment
Expand Down
Loading

0 comments on commit 25f204c

Please sign in to comment.