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/lint.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 '.github/workflows/lint.yml')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2ff86614..ccf79cb7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,7 @@ jobs: all: runs-on: macOS-latest steps: - - uses: hecrj/setup-rust-action@v1 + - uses: hecrj/setup-rust-action@v2 with: components: clippy - uses: actions/checkout@master |