Skip to content

Commit

Permalink
Bump perses/github-actions from 0.7.1 to 0.8.0 (#44)
Browse files Browse the repository at this point in the history
Bumps [perses/github-actions](https://github.com/perses/github-actions) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/perses/github-actions/releases)
- [Changelog](https://github.com/perses/github-actions/blob/main/RELEASE.md)
- [Commits](perses/github-actions@v0.7.1...v0.8.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 Jan 7, 2025
1 parent 91aff6b commit ddae621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: perses/github-actions@v0.7.1
- uses: perses/github-actions@v0.8.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: perses/github-actions@v0.7.1
- uses: perses/github-actions@v0.8.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: perses/github-actions@v0.7.1
- uses: perses/github-actions@v0.8.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
Expand All @@ -46,7 +46,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: perses/github-actions@v0.7.1
- uses: perses/github-actions@v0.8.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
Expand Down

0 comments on commit ddae621

Please sign in to comment.