Skip to content

Commit

Permalink
chore(deps): bump asdf-vm/actions from 1.1.0 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 1.1.0 to 3.0.2.
- [Release notes](https://github.com/asdf-vm/actions/releases)
- [Changelog](https://github.com/asdf-vm/actions/blob/master/CHANGELOG.md)
- [Commits](asdf-vm/actions@v1.1.0...v3.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 5e66410 commit 86220a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install asdf on the Action Runner
uses: asdf-vm/actions/setup@v1.1.0
uses: asdf-vm/actions/setup@v3.0.2
with:
asdf_branch: "v0.10.2"
- name: Install asdf tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Node.js using asdf
uses: asdf-vm/actions/install@v1.1.0
uses: asdf-vm/actions/install@v3.0.2
env:
NODEJS_CHECK_SIGNATURES: 'no'
- name: Cache Node.js modules
Expand Down

0 comments on commit 86220a6

Please sign in to comment.