Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # v1/stable
with:
toolchain: ${{ vars.MINIMAL_RUST_VERSION }}
target: ${{ matrix.target }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # v1/stable
with:
toolchain: ${{ vars.MINIMAL_RUST_VERSION }}

Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # v1/stable
with:
toolchain: ${{ vars.MINIMAL_RUST_VERSION }}
- name: Login
Expand All @@ -182,7 +182,7 @@ jobs:
name: Make release
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: softprops/action-gh-release@v2
- uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
id: create_release
with:
draft: true
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Publish snap package
uses: snapcore/action-publish@master
uses: snapcore/action-publish@214b86e5ca036ead1668c79afb81e550e6c54d40 # v1.2.0
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
with:
Expand Down
Loading