Skip to content

Commit

Permalink
Bump perses/github-actions from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [perses/github-actions](https://github.com/perses/github-actions) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/perses/github-actions/releases)
- [Commits](perses/github-actions@v0.6.0...v0.7.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]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 2783a94 commit 0ed8faa
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: perses/github-actions@v0.6.0
- uses: perses/github-actions@v0.7.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 @@ -21,7 +21,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: perses/github-actions@v0.6.0
- uses: perses/github-actions@v0.7.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: perses/github-actions@v0.6.0
- uses: perses/github-actions@v0.7.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
Expand All @@ -50,7 +50,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: perses/github-actions@v0.6.0
- uses: perses/github-actions@v0.7.0
- uses: ./.github/perses-ci/actions/setup_environment
with:
enable_go: true
Expand Down

0 comments on commit 0ed8faa

Please sign in to comment.