diff options
author | 2024-03-12 12:06:11 +0100 | |
---|---|---|
committer | 2024-03-12 12:06:11 +0100 | |
commit | 34317bba5db0a0f9e3ffdbbac0d7136a32bd0f95 (patch) | |
tree | 3b31806695a4655d86d4bc771be095754f81363c /.github/workflows/test.yml | |
parent | 2de325301286e981924d45f0330815aa6f9dc8ff (diff) | |
download | iced-34317bba5db0a0f9e3ffdbbac0d7136a32bd0f95.tar.gz iced-34317bba5db0a0f9e3ffdbbac0d7136a32bd0f95.tar.bz2 iced-34317bba5db0a0f9e3ffdbbac0d7136a32bd0f95.zip |
Use `v2` of `setup-rust-action` on CI
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c5ee0d9..47c61f5e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: os: [ubuntu-latest, windows-latest, macOS-latest] rust: [stable, beta] steps: - - uses: hecrj/setup-rust-action@v1 + - uses: hecrj/setup-rust-action@v2 with: rust-version: ${{ matrix.rust }} - uses: actions/checkout@master |