fix(ci): update action to last version to avoid deprecation warnings

This commit is contained in:
rudy
2022-10-19 15:37:44 +02:00
committed by rudy-6-4
parent 5a955a6e15
commit 1eb8cd06c7
2 changed files with 5 additions and 5 deletions

View File

@@ -12,10 +12,10 @@ runs:
toolchain: stable
- name: Download cargo cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2
# A SSH private key is required as some dependencies are from private repos
- name: Set ssh keys
uses: webfactory/ssh-agent@v0.5.2
uses: webfactory/ssh-agent@v0.6.0
with:
ssh-private-key: ${{ inputs.ssh_private_key }}