Skip to content

Commit

Permalink
make dev up-to-date with main (stratum-mining#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash authored and fi3 committed May 9, 2024
1 parent 0bba448 commit 3e80949
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
<<<<<<< HEAD
uses: actions/checkout@v4
=======
uses: actions/checkout@v3
>>>>>>> 95c98ba8 (make `dev` up-to-date with `main` (#836))

- name: Run check-versioning-lib-release.sh
run: |
Expand All @@ -30,7 +34,11 @@ jobs:
exit 1
fi
<<<<<<< HEAD
- uses: actions/checkout@v4
=======
- uses: actions/checkout@v3
>>>>>>> 95c98ba8 (make `dev` up-to-date with `main` (#836))
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit 3e80949

Please sign in to comment.