From fd7cbc440e13703d8bc5f9690881ea4df7f03439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 04:34:36 +0000 Subject: [PATCH] chore(ci): bump radiorabe/actions from 0.15.1 to 0.16.1 Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.15.1 to 0.16.1. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.15.1...v0.16.1) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/schedule.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 57e908c..2bb0e68 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.15.1 + uses: radiorabe/actions/.github/workflows/release-container.yaml@v0.16.1 with: image: 'ghcr.io/radiorabe/ubi9-minimal' name: 'ubi9-minimal' diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index ca65578..a064f59 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -7,6 +7,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.15.1 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.16.1 with: image-ref: 'ghcr.io/radiorabe/ubi9-minimal:latest' \ No newline at end of file