Skip to content

Commit

Permalink
Merge pull request #64 from kube-logging/dependabot/github_actions/al…
Browse files Browse the repository at this point in the history
…l-7d455bc1d8

build(deps): bump the all group with 3 updates
  • Loading branch information
pepov authored Dec 15, 2023
2 parents 96a006a + 8b9a1c0 commit 0b33c5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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@4.4.1
uses: kube-logging/logging-operator/.github/workflows/artifacts.yaml@4.5.0
with:
publish: true
release: true
Expand Down

0 comments on commit 0b33c5b

Please sign in to comment.