Skip to content

Commit

Permalink
Merge pull request #77 from Cardinal-Cryptography/bump-checkout-actio…
Browse files Browse the repository at this point in the history
…n-ver

Use v4 action checkout
  • Loading branch information
deuszx authored Jan 29, 2024
2 parents b1bbeec + de8168d commit 64e2b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

- name: Run all checks
run: make all-dockerized
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: Cardinal-Cryptography/aleph-node/.github/actions/install-rust-toolchain@5eda3cd85e7e3aec3f2db7a26631c65d52c4b9ea
- uses: './.github/actions/publish-if-newer'
with:
Expand Down

0 comments on commit 64e2b8b

Please sign in to comment.