From c6ab58421a8f5d04fdc9c229eb8c0059bb371395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 01:37:01 +0000 Subject: [PATCH] Bump asdf-vm/actions from 3 to 4 Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 3 to 4. - [Release notes](https://github.com/asdf-vm/actions/releases) - [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md) - [Commits](https://github.com/asdf-vm/actions/compare/v3...v4) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- .github/workflows/plugin_test.yml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cfca28c..9f32e53 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Install asdf dependencies - uses: asdf-vm/actions/install@v3 + uses: asdf-vm/actions/install@v4 - name: Run ShellCheck run: scripts/shellcheck.bash @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: Install asdf dependencies - uses: asdf-vm/actions/install@v3 + uses: asdf-vm/actions/install@v4 - name: List file to shfmt run: shfmt -f . diff --git a/.github/workflows/plugin_test.yml b/.github/workflows/plugin_test.yml index 64b8abd..571b603 100644 --- a/.github/workflows/plugin_test.yml +++ b/.github/workflows/plugin_test.yml @@ -16,28 +16,28 @@ jobs: runs-on: ubuntu-latest steps: - name: asdf_plugin_test_zeppelin - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: " " plugin: "zeppelin" env: DEBUG: 1 - name: asdf_plugin_test_kafka - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: " " plugin: "kafka" env: DEBUG: 1 - name: asdf_plugin_test_flink - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: " " plugin: "flink" env: DEBUG: 1 - name: asdf_plugin_test_druid - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: " " plugin: "druid" @@ -52,28 +52,28 @@ jobs: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install parallel - name: asdf_plugin_test_flink - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: " " plugin: "flink" env: DEBUG: 1 - name: asdf_plugin_test_zeppelin - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: " " plugin: "zeppelin" env: DEBUG: 1 - name: asdf_plugin_test_druid - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: " " plugin: "druid" env: DEBUG: 1 - name: asdf_plugin_test_kafka - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: " " plugin: "kafka"