Skip to content

Commit

Permalink
[CI] bump deprecated checkout actions
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Jul 24, 2024
1 parent 308984f commit be3b16a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
RUST_BIN_DIR: target/${{ matrix.rust-target }}/debug
RELEASE_NAME: debug
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install protoc
run: sudo apt-get install protobuf-compiler

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
container: "tamasfe/taplo:0.7.0-alpine"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run Taplo fmt
run: taplo fmt --check
Expand All @@ -97,7 +97,7 @@ jobs:
config: [ rococo, westend, kusama ]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
release_url: ${{ steps.create-release.outputs.html_url }}
asset_upload_url: ${{ steps.create-release.outputs.upload_url }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download Integritee Collator
uses: actions/download-artifact@v3
Expand Down

0 comments on commit be3b16a

Please sign in to comment.