mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
deps: update GitHub action dependencies (#1239)
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
8134b8b4f0
commit
30f53f78d0
2
.github/actions/e2e_sonobuoy/action.yml
vendored
2
.github/actions/e2e_sonobuoy/action.yml
vendored
@ -50,7 +50,7 @@ runs:
|
||||
|
||||
- name: Publish test results
|
||||
if: (!env.ACT)
|
||||
uses: mikepenz/action-junit-report@7210fead7f92f6395c37241964df3b0f730f5e4e # v3.7.1
|
||||
uses: mikepenz/action-junit-report@4604e7ac662394db76b6ccf33d40069c8f84c5da # v3.7.4
|
||||
with:
|
||||
report_paths: "**/junit_01.xml"
|
||||
fail_on_failure: true
|
||||
|
4
.github/actions/e2e_test/action.yml
vendored
4
.github/actions/e2e_test/action.yml
vendored
@ -107,7 +107,7 @@ runs:
|
||||
- name: Download the bootstrapper from cache
|
||||
id: download-bootstrapper-cache
|
||||
if: inputs.isDebugImage == 'true' && runner.os == 'macOS'
|
||||
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
|
||||
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
|
||||
with:
|
||||
key: bootstrapper-${{ github.sha }}
|
||||
path: "build/bootstrapper"
|
||||
@ -122,7 +122,7 @@ runs:
|
||||
- name: Download the upgrade-agent from cache
|
||||
id: download-upgrade-agent-cache
|
||||
if: inputs.isDebugImage == 'true' && runner.os == 'macOS'
|
||||
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
|
||||
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
|
||||
with:
|
||||
key: upgrade-agent-${{ github.sha }}
|
||||
path: "build/upgrade-agent"
|
||||
|
4
.github/workflows/e2e-test-manual.yml
vendored
4
.github/workflows/e2e-test-manual.yml
vendored
@ -215,13 +215,13 @@ jobs:
|
||||
outputPath: ${{ github.workspace }}/build/upgrade-agent
|
||||
|
||||
- name: Upload bootstrapper to cache
|
||||
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
|
||||
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
|
||||
with:
|
||||
key: bootstrapper-${{ github.sha }}
|
||||
path: "build/bootstrapper"
|
||||
|
||||
- name: Upload upgrade-agent to cache
|
||||
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
|
||||
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
|
||||
with:
|
||||
key: upgrade-agent-${{ github.sha }}
|
||||
path: "build/upgrade-agent"
|
||||
|
Loading…
Reference in New Issue
Block a user