Skip to content

Commit

Permalink
build(deps): bump kube-logging/logging-operator
Browse files Browse the repository at this point in the history
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](kube-logging/logging-operator@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 198acea commit 31d6197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31d6197

Please sign in to comment.