Skip to content

Commit 79e22ce

Browse files
Bump perses/github-actions from 0.7.0 to 0.7.1 (#28)
Bumps [perses/github-actions](https://github.com/perses/github-actions) from 0.7.0 to 0.7.1. - [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.0...v0.7.1) --- updated-dependencies: - dependency-name: perses/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb09125 commit 79e22ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0
31-
- uses: perses/[email protected].0
31+
- uses: perses/[email protected].1
3232
- uses: ./.github/perses-ci/actions/setup_environment
3333
with:
3434
enable_go: true

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: checkout
2323
uses: actions/checkout@v4
24-
- uses: perses/[email protected].0
24+
- uses: perses/[email protected].1
2525
- uses: ./.github/perses-ci/actions/setup_environment
2626
with:
2727
enable_go: true
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- name: checkout
3939
uses: actions/checkout@v4
40-
- uses: perses/[email protected].0
40+
- uses: perses/[email protected].1
4141
- uses: ./.github/perses-ci/actions/setup_environment
4242
with:
4343
enable_go: true
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- name: checkout
5252
uses: actions/checkout@v4
53-
- uses: perses/[email protected].0
53+
- uses: perses/[email protected].1
5454
- uses: ./.github/perses-ci/actions/setup_environment
5555
with:
5656
enable_go: true

0 commit comments

Comments
 (0)