diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index bd1173f..ebd164d 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -11,7 +11,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v6 - - uses: perses/github-actions@v0.11.0 + - uses: perses/github-actions@v0.12.0 - uses: ./.github/perses-ci/actions/setup_environment with: enable_go: true @@ -28,7 +28,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v6 - - uses: perses/github-actions@v0.11.0 + - uses: perses/github-actions@v0.12.0 - uses: ./.github/perses-ci/actions/setup_environment with: enable_go: true @@ -40,7 +40,7 @@ jobs: steps: - name: checkout uses: actions/checkout@v6 - - uses: perses/github-actions@v0.11.0 + - uses: perses/github-actions@v0.12.0 - uses: ./.github/perses-ci/actions/setup_environment with: enable_go: true