diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 191fcc0..4f32f07 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: default: true profile: minimal components: rustfmt, clippy - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - run: cargo fmt -- --check - run: cargo clippy -- -W clippy::pedantic -A clippy::needless_return -A clippy::too-many-lines build: @@ -33,7 +33,7 @@ jobs: - { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true } - { target: x86_64-unknown-linux-musl , os: ubuntu-20.04, use-cross: true } steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install prerequisites shell: bash run: | @@ -97,7 +97,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Extract crate information id: extract_crate_information shell: bash