chore(deps): pin dependencies

This commit is contained in:
Renovate 2024-09-04 06:09:49 +00:00
parent 29321aba5f
commit c64d339957

@ -10,15 +10,15 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: git.kjan.de/actions/rust-node:latest image: git.kjan.de/actions/rust-node:latest@sha256:49fb2dad7814507334a38ea36ec2852a552cebc5b421ec22295d8a01421cd435
credentials: credentials:
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ gitea.token }} password: ${{ gitea.token }}
steps: steps:
- name: Checkout - name: Checkout
uses: https://git.kjan.de/actions/checkout@v4 uses: https://git.kjan.de/actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: ⚡ Cache - name: ⚡ Cache
uses: https://git.kjan.de/actions/cache@v4 uses: https://git.kjan.de/actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry
@ -30,7 +30,7 @@ jobs:
- name: Build - name: Build
run: cargo build --release run: cargo build --release
- name: Upload artifacts - name: Upload artifacts
uses: https://git.kjan.de/actions/upload-artifact@v3 uses: https://git.kjan.de/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with: with:
name: build name: build
path: target/release/passwd-cooker path: target/release/passwd-cooker