From 53b9f9d11e05a1885ad112e54d2e18829375a2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:17:20 +0200 Subject: [PATCH] Bump perses/github-actions from 0.4.0 to 0.5.2 (#221) 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](https://github.com/perses/github-actions/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/golangci-lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index b156c3e..522ee93 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -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 @@ -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 @@ -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