Skip to content

Commit

Permalink
Bump perses/github-actions from 0.5.2 to 0.6.0 (#238)
Browse files Browse the repository at this point in the history
Bumps [perses/github-actions](https://github.com/perses/github-actions) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/perses/github-actions/releases)
- [Commits](perses/github-actions@v0.5.2...v0.6.0)

---
updated-dependencies:
- dependency-name: perses/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 30149cf commit 9953855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: perses/github-actions@v0.5.2
- uses: perses/github-actions@v0.6.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: perses/github-actions@v0.5.2
- uses: perses/github-actions@v0.6.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: perses/github-actions@v0.5.2
- uses: perses/github-actions@v0.6.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
Expand Down

0 comments on commit 9953855

Please sign in to comment.