From aaedce780068532a468fef5f458f66bc33064159 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Thu, 3 Oct 2024 05:09:01 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/workflows/command-dispatch.yml | 2 +- .golangci.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/command-dispatch.yml b/.github/workflows/command-dispatch.yml index 16db95c5f2..52879d249d 100644 --- a/.github/workflows/command-dispatch.yml +++ b/.github/workflows/command-dispatch.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v4 - - uses: peter-evans/slash-command-dispatch@v2 + - uses: peter-evans/slash-command-dispatch@v4 with: commands: | run-acceptance-tests diff --git a/.golangci.yml b/.golangci.yml index 03e6eb6b83..4744864bbf 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -33,6 +33,3 @@ linters-settings: - prefix(github.com/pulumi/) # Custom section: groups all imports with the github.com/pulumi/ prefix. - prefix(github.com/pulumi/pulumi-azure) # Custom section: local imports custom-order: true - misspell: - ignore-words: - - hdinsight