summaryrefslogtreecommitdiffstats
path: root/.github/workflows/audit.yml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-12 12:06:11 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-12 12:06:11 +0100
commit34317bba5db0a0f9e3ffdbbac0d7136a32bd0f95 (patch)
tree3b31806695a4655d86d4bc771be095754f81363c /.github/workflows/audit.yml
parent2de325301286e981924d45f0330815aa6f9dc8ff (diff)
downloadiced-34317bba5db0a0f9e3ffdbbac0d7136a32bd0f95.tar.gz
iced-34317bba5db0a0f9e3ffdbbac0d7136a32bd0f95.tar.bz2
iced-34317bba5db0a0f9e3ffdbbac0d7136a32bd0f95.zip
Use `v2` of `setup-rust-action` on CI
Diffstat (limited to '.github/workflows/audit.yml')
-rw-r--r--.github/workflows/audit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml
index d5c56ac0..40e9235a 100644
--- a/.github/workflows/audit.yml
+++ b/.github/workflows/audit.yml
@@ -8,7 +8,7 @@ jobs:
vulnerabilities:
runs-on: ubuntu-latest
steps:
- - uses: hecrj/setup-rust-action@v1
+ - uses: hecrj/setup-rust-action@v2
- name: Install cargo-audit
run: cargo install cargo-audit
- uses: actions/checkout@master
@@ -20,7 +20,7 @@ jobs:
# artifacts:
# runs-on: ubuntu-latest
# steps:
- # - uses: hecrj/setup-rust-action@v1
+ # - uses: hecrj/setup-rust-action@v2
# - name: Install cargo-outdated
# run: cargo install cargo-outdated
# - uses: actions/checkout@master