From 8b9a1c031088c62e4e4d2946f5decf1a84a8412b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 08:47:38 +0000 Subject: [PATCH] build(deps): bump the all group with 3 updates Bumps the all group with 3 updates: [actions/setup-go](https://github.com/actions/setup-go), [actions/checkout](https://github.com/actions/checkout) and [kube-logging/logging-operator](https://github.com/kube-logging/logging-operator). Updates `actions/setup-go` from 4 to 5 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) Updates `actions/checkout` from 3 to 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/v3...v4) Updates `kube-logging/logging-operator` from 4.4.1 to 4.5.0 - [Release notes](https://github.com/kube-logging/logging-operator/releases) - [Commits](https://github.com/kube-logging/logging-operator/compare/4.4.1...4.5.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: kube-logging/logging-operator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yaml | 6 +++--- .github/workflows/license.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 03a22e4..57a9cd1 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -12,12 +12,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21' - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build run: make GOFLAGS="-v" build @@ -30,7 +30,7 @@ jobs: artifacts: name: Artifacts - uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@4.4.1 + uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@4.5.0 with: publish: ${{ github.event_name == 'push' }} permissions: diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml index 5a214ed..e116b41 100644 --- a/.github/workflows/license.yaml +++ b/.github/workflows/license.yaml @@ -15,12 +15,12 @@ jobs: steps: - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: '1.21' - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache licenses uses: actions/cache@v3 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0126281..54e43eb 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@4.4.1 + uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@4.5.0 with: publish: true release: true