From 31d6197541a7f95d1c6884247e0ea0ce8dfb0b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:55:59 +0000 Subject: [PATCH] build(deps): bump kube-logging/logging-operator Bumps the github-actions group with 1 update: [kube-logging/logging-operator](https://github.com/kube-logging/logging-operator). Updates `kube-logging/logging-operator` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/kube-logging/logging-operator/releases) - [Commits](https://github.com/kube-logging/logging-operator/compare/5.0.0...5.0.1) --- updated-dependencies: - dependency-name: kube-logging/logging-operator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 8a38e74..37c2505 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -30,7 +30,7 @@ jobs: artifacts: name: Artifacts - uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@5.0.0 + uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@5.0.1 with: publish: ${{ github.event_name == 'push' }} permissions: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7d9af48..8b476a7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,7 +10,7 @@ permissions: jobs: artifacts: name: Artifacts - uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@5.0.0 + uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@5.0.1 with: publish: true release: true