Skip to content

Commit

Permalink
Bump asdf-vm/actions from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 2 to 3.
- [Release notes](https://github.com/asdf-vm/actions/releases)
- [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md)
- [Commits](asdf-vm/actions@v2...v3)

---
updated-dependencies:
- dependency-name: asdf-vm/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 2e31396 commit 8d817ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "${PATH}"
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v2
uses: asdf-vm/actions/plugin-test@v3
with:
command: aws --version
version: ${{ matrix.cli-version }}
Expand All @@ -86,7 +86,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install asdf-awscli
uses: asdf-vm/actions/plugins-add@v2
uses: asdf-vm/actions/plugins-add@v3
with:
tool_versions: |
# tools won't be installed by this action, only plugins
Expand All @@ -97,7 +97,7 @@ jobs:
echo "cli-version=ref:$(asdf latest awscli 2)" >> "${GITHUB_ENV}"
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v2
uses: asdf-vm/actions/plugin-test@v3
with:
skip_install: true
command: aws --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: asdf-vm/actions/install@v2
- uses: asdf-vm/actions/install@v3
- run: scripts/lint.bash

actionlint:
Expand Down

0 comments on commit 8d817ef

Please sign in to comment.