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.6

This commit is contained in:
renovate[bot] 2024-01-19 22:40:35 +00:00
parent 17d5622cc8
commit 608391bab3

View File

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