Skip to content

Commit bd8835f

Browse files
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.4.0 to 6.0.0 - [Release notes](https://github.com/kube-logging/logging-operator/releases) - [Commits](kube-logging/logging-operator@5.4.0...6.0.0) --- updated-dependencies: - dependency-name: kube-logging/logging-operator dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ba774f commit bd8835f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
artifacts:
6565
name: Artifacts
66-
uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@5.4.0
66+
uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@6.0.0
6767
with:
6868
version: "latest"
6969
publish: ${{ github.event_name == 'push' }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
artifacts:
1212
name: Artifacts
13-
uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@5.4.0
13+
uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@6.0.0
1414
with:
1515
version: ${{ github.ref_name }}
1616
publish: true

0 commit comments

Comments
 (0)