From 3e9139cafc12d584015c31b8106c1c7f85201bbf Mon Sep 17 00:00:00 2001 From: Toni Kangas Date: Tue, 15 Oct 2024 19:24:27 +0300 Subject: [PATCH] chore: update workflow actions --- .github/workflows/lint.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 54ba1b3..40166f0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,9 +11,6 @@ on: paths-ignore: - CHANGELOG.md -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - jobs: lint: name: lint @@ -28,6 +25,10 @@ jobs: go-version: 1.22 # Either this action or golangci-lint needs to disable the cache cache: false + - name: Install pulumictl + uses: jaxxstorm/action-install-gh-release@v1.5.0 + with: + repo: pulumi/pulumictl - name: disarm go:embed directives to enable lint continue-on-error: true # this fails if there are no go:embed directives run: |