1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-12 21:32:21 +00:00

build(deps): update embarkstudios/cargo-deny-action action to v1.5.2

This commit is contained in:
renovate[bot] 2023-04-12 14:59:17 +00:00
parent c7949706a1
commit 3368b91034

View File

@ -24,6 +24,6 @@ jobs:
- name: Setup | Checkout - name: Setup | Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Test | Security Audit - name: Test | Security Audit
uses: EmbarkStudios/cargo-deny-action@v1.5.1 uses: EmbarkStudios/cargo-deny-action@v1.5.2
with: with:
command: check ${{ matrix.checks }} command: check ${{ matrix.checks }}