diff --git a/.github/workflows/compiler_benchmark.yml b/.github/workflows/compiler_benchmark.yml index 8ebba7eed..a5e59e476 100644 --- a/.github/workflows/compiler_benchmark.yml +++ b/.github/workflows/compiler_benchmark.yml @@ -48,7 +48,7 @@ jobs: echo "BENCH_DATE=$(date --iso-8601=seconds)" >> "${GITHUB_ENV}" # SSH private key is required as some dependencies are from private repos - - uses: webfactory/ssh-agent@v0.5.2 + - uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.CONCRETE_CI_SSH_PRIVATE }} diff --git a/.github/workflows/compiler_build_and_test_cpu.yml b/.github/workflows/compiler_build_and_test_cpu.yml index 0db8a8d25..d16d65f8a 100644 --- a/.github/workflows/compiler_build_and_test_cpu.yml +++ b/.github/workflows/compiler_build_and_test_cpu.yml @@ -46,7 +46,7 @@ jobs: # A SSH private key is required as some dependencies are from private repos - name: Set up SSH agent - uses: webfactory/ssh-agent@v0.5.2 + uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.CONCRETE_CI_SSH_PRIVATE }} diff --git a/.github/workflows/compiler_build_and_test_gpu.yml b/.github/workflows/compiler_build_and_test_gpu.yml index 6b3b8fdb2..18b51b98a 100644 --- a/.github/workflows/compiler_build_and_test_gpu.yml +++ b/.github/workflows/compiler_build_and_test_gpu.yml @@ -47,7 +47,7 @@ jobs: # A SSH private key is required as some dependencies are from private repos - name: Set up SSH agent - uses: webfactory/ssh-agent@v0.5.2 + uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.CONCRETE_CI_SSH_PRIVATE }} diff --git a/.github/workflows/compiler_macos_build_and_test.yml b/.github/workflows/compiler_macos_build_and_test.yml index e0a04cee8..d3c7c46ab 100644 --- a/.github/workflows/compiler_macos_build_and_test.yml +++ b/.github/workflows/compiler_macos_build_and_test.yml @@ -19,7 +19,7 @@ jobs: runs-on: macos-11 steps: # A SSH private key is required as some dependencies are from private repos - - uses: webfactory/ssh-agent@v0.6.0 + - uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.CONCRETE_CI_SSH_PRIVATE }} diff --git a/.github/workflows/compiler_publish_docker_images.yml b/.github/workflows/compiler_publish_docker_images.yml index 77bc3f8a3..06cf44386 100644 --- a/.github/workflows/compiler_publish_docker_images.yml +++ b/.github/workflows/compiler_publish_docker_images.yml @@ -47,7 +47,7 @@ jobs: echo "Type: ${{ inputs.instance_type }}" echo "Request ID: ${{ inputs.request_id }}" # SSH private key is required as some dependencies are from private repos - - uses: webfactory/ssh-agent@v0.6.0 + - uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.CONCRETE_CI_SSH_PRIVATE }} diff --git a/.github/workflows/ml_benchmark_subset.yml b/.github/workflows/ml_benchmark_subset.yml index 00c758aec..dfcd4ec16 100644 --- a/.github/workflows/ml_benchmark_subset.yml +++ b/.github/workflows/ml_benchmark_subset.yml @@ -47,7 +47,7 @@ jobs: echo "BENCH_DATE=$(date --iso-8601=seconds)" >> "${GITHUB_ENV}" # SSH private key is required as some dependencies are from private repos - - uses: webfactory/ssh-agent@v0.5.2 + - uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.CONCRETE_CI_SSH_PRIVATE }} diff --git a/.github/workflows/optimizer.yml b/.github/workflows/optimizer.yml index 45fbc9ba6..21800405b 100644 --- a/.github/workflows/optimizer.yml +++ b/.github/workflows/optimizer.yml @@ -113,7 +113,7 @@ jobs: components: rustfmt, clippy # A SSH private key is required as some dependencies are from private repos - name: Set ssh keys - uses: webfactory/ssh-agent@v0.6.0 + uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.CONCRETE_CI_SSH_PRIVATE }} - name: Formatting