summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLingMan <LingMan@users.noreply.github.com>2022-09-29 04:55:33 +0200
committerAndrew Gallant <jamslam@gmail.com>2022-09-29 07:43:29 -0400
commit49965703fae88d6c41e3d5433892c00de1358d3d (patch)
treea85439b2d6dc3d0108e94a8cd2039371952232e6 /.github
parent609838aebd17fa44c2532ca7c85ec3f9629e6ac6 (diff)
ci: switch to using '@master' dtolnay action
The `v1` tag exists but isn't really supported. This mirrors [1]. See also [2]. [1]: https://github.com/BurntSushi/bstr/commit/50086e74dae976ab78a039c86fc6342cecc55fae [2]: https://github.com/BurntSushi/bstr/pull/122#issuecomment-1201930916
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
-rw-r--r--.github/workflows/release.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 65a307fa..8466085c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
ci/macos-install-packages
- name: Install Rust
- uses: dtolnay/rust-toolchain@v1
+ uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
@@ -183,7 +183,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Rust
- uses: dtolnay/rust-toolchain@v1
+ uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: rustfmt
@@ -198,7 +198,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Rust
- uses: dtolnay/rust-toolchain@v1
+ uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Check documentation
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4c81cd1c..24ba989a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -112,7 +112,7 @@ jobs:
ci/macos-install-packages
- name: Install Rust
- uses: dtolnay/rust-toolchain@v1
+ uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}