Skip to content

Commit

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

---
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 Aug 19, 2024
1 parent 76dca73 commit 53b9f9d
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.4.0
- uses: perses/github-actions@v0.5.2
- 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.4.0
- uses: perses/github-actions@v0.5.2
- 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.4.0
- uses: perses/github-actions@v0.5.2
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
Expand Down

0 comments on commit 53b9f9d

Please sign in to comment.