Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#1401)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 5c4c169 commit 855c64e
Show file tree
Hide file tree
Showing 22 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/axon-start-with-short-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache of the axon binary
id: axon-bin-cache
uses: actions/cache@v3
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache of the axon binary
id: axon-bin-cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache of the Axon binary
id: axon-bin-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
needs: output_tag_name
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref || 'main' }}
- name: Login to Docker Hub
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref || 'build-arm64-image' }}
- name: arm64 docker image build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_image_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_sha || '' }}

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
working-directory: devtools/chain

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Modify Axon image
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "sha=$sha" >> $GITHUB_OUTPUT
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ steps.escape_multiple_lines_test_inputs.outputs.ref || 'main' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache of Cargo
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/copy_config_to_devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Git checkout devops
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: axonweb3/axon-devops
path: ${{ github.workspace}}/axon-devops
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
inputs="${inputs//'\r'/'%0D'}"
echo "result=$inputs" >> $GITHUB_OUTPUT
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ steps.escape_multiple_lines_test_inputs.outputs.result || 'main' }}
- uses: lyricwulf/abc@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
inputs="${inputs//'\r'/'%0D'}"
echo "result=$inputs" >> $GITHUB_OUTPUT
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ steps.escape_multiple_lines_test_inputs.outputs.result || 'main' }}
- uses: lyricwulf/abc@v1
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
(contains(github.event_name, 'push') && github.ref == 'refs/heads/main' )
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: lyricwulf/abc@v1
with:
linux: m4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate_changlog_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
outputs:
changelog: ${{ steps.changelog.outputs.changelog }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "✏️ Generate release changelog"
id: changelog
uses: liya2017/auto-generator-changelog@main
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
needs: generate-changelog
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: main
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openzeppelin_test_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
inputs="${inputs//'\r'/'%0D'}"
echo "result=$inputs" >> $GITHUB_OUTPUT
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ steps.escape_multiple_lines_test_inputs.outputs.result || 'main'}}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: gpBlockchain/openzeppelin-contracts
ref: compatibillity-axon
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openzeppelin_test_16_19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
inputs="${inputs//'\r'/'%0D'}"
echo "result=$inputs" >> $GITHUB_OUTPUT
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ steps.escape_multiple_lines_test_inputs.outputs.result || 'main' }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: gpBlockchain/openzeppelin-contracts
ref: compatibillity-axon
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openzeppelin_test_1_5_and_12_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
inputs="${inputs//'\r'/'%0D'}"
echo "result=$inputs" >> $GITHUB_OUTPUT
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ steps.escape_multiple_lines_test_inputs.outputs.result || 'main' }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: gpBlockchain/openzeppelin-contracts
ref: compatibillity-axon
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openzeppelin_test_6_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
inputs="${inputs//'\r'/'%0D'}"
echo "result=$inputs" >> $GITHUB_OUTPUT
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ steps.escape_multiple_lines_test_inputs.outputs.result || 'main'}}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: gpBlockchain/openzeppelin-contracts
ref: compatibillity-axon
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
Conventional:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Namchee/conventional-pr@v0.13.0
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
upload_url: ${{ steps.release.outputs.upload_url }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: version
id: version
run: |
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
fi
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Add rust target
if: (!contains(matrix.job.os, 'self-hosted'))
run: rustup target add ${{ matrix.job.target }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- package
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Prepare - Download tar
uses: actions/download-artifact@v3
with:
Expand All @@ -145,7 +145,7 @@ jobs:
- version
- Upload-release-files
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: force update major tag
run: |
git tag v${{ needs.version.outputs.major }} ${{ needs.version.outputs.tag }} -f
Expand All @@ -157,7 +157,7 @@ jobs:
- version
- package
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Generate axon-bot token
id: generate_axon_bot_token
uses: wow-actions/use-app-token@v2
Expand All @@ -176,7 +176,7 @@ jobs:
needs:
- version
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Generate axon-bot token
id: generate_axon_bot_token
uses: wow-actions/use-app-token@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove_ci_caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cleanup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/somking_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Smoking-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download&Unzip
run: |
tag="${{ github.event.inputs.axon_linux_release_tag }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache of Cargo
id: cargo-test-cache
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
other-unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- name: Run metadata-test
run: make metadata-test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/v3_core_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
inputs="${inputs//'\r'/'%0D'}"
echo "result=$inputs" >> $GITHUB_OUTPUT
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ steps.escape_multiple_lines_test_inputs.outputs.result || 'main' }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: gpBlockchain/v3-core
path: v3-core
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web3_compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
result-encoding: string

- name: Checkout Axon ${{ steps.axon_git_ref.outputs.result}}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ steps.axon_git_ref.outputs.result}}

Expand All @@ -72,7 +72,7 @@ jobs:
> /tmp/log 2>&1 &
- name: Checkout gpBlockchain/axon-test
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: gpBlockchain/axon-test
path: axon-test
Expand Down

0 comments on commit 855c64e

Please sign in to comment.