From f8f01d444887236e05ce87365f2d21f5414fc7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 20:05:15 +0200 Subject: [PATCH] ci: bump radiorabe/actions from 0.21.0 to 0.21.1 (#212) Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/schedule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index 7b86ffa..2537727 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.21.0 + uses: radiorabe/actions/.github/workflows/schedule-trivy.yaml@v0.21.1 with: image-ref: 'ghcr.io/radiorabe/mediawiki:latest'