From 2e45772b141359099b4689043d189e4bed5aeb7a Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:14:53 +0700 Subject: [PATCH] perf: update plugin from template [autocommit] --- .copier-answers.yml | 2 +- .github/workflows/main.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 528d931..fb7a8b0 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,6 +1,6 @@ --- ## Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v2.2.4 +_commit: v2.2.6 _src_path: gh:kc-workspace/asdf-plugin-template.git addon_yaml: archive: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a77625b..2a7ef0f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Running cspell - uses: streetsidesoftware/cspell-action@v3 + uses: streetsidesoftware/cspell-action@v4 with: config: ".github/linters/cspell.json" # Log progress and other information during the action execution. @@ -45,6 +45,7 @@ jobs: - name: Linting uses: super-linter/super-linter/slim@v5 env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BRANCH: ${{ env.DEFAULT_BRANCH }} VALIDATE_ALL_CODEBASE: false IGNORE_GITIGNORED_FILES: true @@ -58,7 +59,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v2 + uses: asdf-vm/actions/plugin-test@v3 with: command: terragrunt --version env: