mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(ci): update action to last version to avoid deprecation warnings
This commit is contained in:
4
.github/workflows/setup/action.yml
vendored
4
.github/workflows/setup/action.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user