deps: update GitHub action dependencies (#1239)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-21 13:49:47 +01:00 committed by GitHub
parent 8134b8b4f0
commit 30f53f78d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"