diff --git a/.forgejo/workflows/audit.yml b/.forgejo/workflows/audit.yml index 8ea848c..9a5fcfb 100644 --- a/.forgejo/workflows/audit.yml +++ b/.forgejo/workflows/audit.yml @@ -17,6 +17,6 @@ jobs: runs-on: native steps: - uses: actions/checkout@v4 - - uses: taiki-e/install-action@cargo-deny + - uses: https://github.com/taiki-e/install-action@cargo-deny - name: Scan for vulnerabilities run: cargo deny check