diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0b47a0..3838c9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: upload_url: ${{ steps.release.outputs.upload_url }} rg_version: ${{ env.RG_VERSION }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get the release version from the tag shell: bash if: env.RG_VERSION == '' @@ -90,7 +90,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 1 @@ -124,7 +124,7 @@ jobs: $VCPKG_ROOT/vcpkg install libxml2:x64-windows-static - name: Install Rust - uses: dtolnay/rust-toolchain@v1 + uses: dtolnay/rust-toolchain@stable with: toolchain: ${{ matrix.rust }} target: ${{ matrix.target }} @@ -180,13 +180,13 @@ jobs: if: ${{ always() }} needs: ["create-release"] runs-on: ubuntu-latest - container: clux/muslrust:1.71.0 + container: clux/muslrust:1.79.0-stable env: LIBXML_VER: "2.9.14" BINARY: "orly" steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Link to predefined musl toolchain run: | @@ -233,7 +233,7 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags/') }} needs: ["build-release", "build-release-musl"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: cargo login ${CRATES_IO_TOKEN} env: CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }} diff --git a/Cargo.lock b/Cargo.lock index 6a718d8..5d267cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1810,7 +1810,7 @@ dependencies = [ [[package]] name = "orly" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 4a5d7ea..88fbaa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orly" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["hurlenko"] description = "Download O'Reilly books as EPUB"