From a413e657f66e8ac04c55dba33026078af5bec1cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 09:05:46 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...0ad4b8fadaa221de15dcec353f45205ec38ea70b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-catalogs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-catalogs.yaml b/.github/workflows/generate-catalogs.yaml index 00d82da..ac5b8fe 100644 --- a/.github/workflows/generate-catalogs.yaml +++ b/.github/workflows/generate-catalogs.yaml @@ -14,7 +14,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - uses: openshift-pipelines/catalog-cd/actions/setup-catalog-cd@main - id: set-matrix name: Generate catalog matrix @@ -30,7 +30,7 @@ jobs: strategy: matrix: ${{fromJSON(needs.catalog-matrix.outputs.matrix)}} steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - uses: openshift-pipelines/catalog-cd/actions/setup-catalog-cd@main - name: ${{ matrix.type }} catalog for ${{ matrix.name }} env: