Skip to content

ci: bump actions/checkout to v4 #1365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: manta
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
container:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/changelog_verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
path: manta
Expand All @@ -23,7 +23,7 @@ jobs:
cd manta
sudo cp CHANGELOG.md CHANGELOG_ORIGIN.md
- name: get Changelog Generator
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Manta-Network/Dev-Tools
path: dev-tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_parachain_lease_expiration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [16.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: borales/[email protected]
- name: Check manta and calamari lease
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
container:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install sccache
env:
SCCACHE_RELEASE_URL: https://github.com/mozilla/sccache/releases/download
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
container:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: init
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo $image_id
echo "Adjusting permissions so we can access docker logs..."
sudo cat /var/lib/docker/containers/${image_id}/${image_id}-json.log
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Dev-Tools
path: dev-tools
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/integration_test_calamari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.12.x
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
echo "::set-output name=short-sha::${GITHUB_SHA:0:7}"
manta export-state --chain $HOME/.local/share/calamari-pc/${{ matrix.chain-spec.id }}-${GITHUB_SHA:0:7}-spec.json > $HOME/.local/share/calamari-pc/${{ matrix.chain-spec.id }}-state.json || true
- uses: borales/[email protected]
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Manta
path: Manta
Expand Down Expand Up @@ -212,11 +212,11 @@ jobs:
cd $GITHUB_WORKSPACE/zombienet-tool
chmod +x zombienet
./zombienet version
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Dev-Tools
path: dev-tools-rococo
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Dev-Tools
path: dev-tools-calamari
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
--no-autorestart \
-- \
--address=ws://127.0.0.1:9921
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Manta
path: Manta
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
runtime:
- name: calamari
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- name: fetch manta
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
echo $image_id
echo "Adjusting permissions so we can access docker logs..."
sudo cat /var/lib/docker/containers/${image_id}/${image_id}-json.log
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Dev-Tools
path: dev-tools
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/integration_test_manta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- name: install sccache
env:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
echo "::set-output name=short-sha::${GITHUB_SHA:0:7}"
manta export-state --chain $HOME/.local/share/calamari-pc/${{ matrix.chain-spec.id }}-${GITHUB_SHA:0:7}-spec.json > $HOME/.local/share/calamari-pc/${{ matrix.chain-spec.id }}-state.json || true
- uses: borales/[email protected]
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Manta
path: Manta
Expand Down Expand Up @@ -227,11 +227,11 @@ jobs:
cd $GITHUB_WORKSPACE/zombienet-tool
chmod +x zombienet
./zombienet version
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Dev-Tools
path: dev-tools-rococo
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Dev-Tools
path: dev-tools-manta
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
--no-autorestart \
-- \
--address=ws://127.0.0.1:9921
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Manta
path: Manta
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
runtime:
- name: manta
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- name: fetch manta
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
echo $image_id
echo "Adjusting permissions so we can access docker logs..."
sudo cat /var/lib/docker/containers/${image_id}/${image_id}-json.log
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Dev-Tools
path: dev-tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/metadata_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: borales/[email protected]
- name: install sccache
env:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
echo "Target version: $VERSION" >> output.txt
echo "Chain: $CHAIN" >> output.txt
echo "----------------------------------------------------------------------" >> output.txt
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: polkadot-js/tools
path: tools
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: calamari
- name: manta
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: cache target dir
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install sccache
env:
SCCACHE_RELEASE_URL: https://github.com/mozilla/sccache/releases/download
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: manta
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: ${{ matrix.runtime.name }}-runtime
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_all_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 720
runs-on: runtime-large
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run yamllint
uses: actionshub/[email protected]
- name: install sccache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/runtime_upgrade_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: cache target dir
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
cd $GITHUB_WORKSPACE/zombienet-tool
chmod +x zombienet
./zombienet version
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Dev-Tools
path: dev-tools
Expand All @@ -162,7 +162,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ env.RUNTIME }}-runtime
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Manta
path: Manta
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/try-runtime-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 120
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install sccache
env:
SCCACHE_RELEASE_URL: https://github.com/mozilla/sccache/releases/download
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
mv target/release/wbuild/${{ env.RUNTIME }}-runtime/${{ env.RUNTIME }}_runtime.compact.compressed.wasm $HOME/.local/bin/runtime.wasm
chmod +x $HOME/.local/bin/manta
echo "$HOME/.local/bin" >> $GITHUB_PATH
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: Manta-Network/Dev-Tools
path: dev-tools-calamari
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
container:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install sccache
env:
SCCACHE_RELEASE_URL: https://github.com/mozilla/sccache/releases/download
Expand Down