Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 4, 2023
1 parent 8d23981 commit 13b0660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: asdf-vm/actions/install@v2.1.0
- uses: asdf-vm/actions/install@v2.2.0
- name: Get pnpm store directory
id: pnpm-cache
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: asdf-vm/actions/install@v2.1.0
- uses: asdf-vm/actions/install@v2.2.0
- name: Get pnpm store directory
id: pnpm-cache
shell: bash
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: asdf-vm/actions/install@v2.1.0
- uses: asdf-vm/actions/install@v2.2.0
- name: Get pnpm store directory
id: pnpm-cache
shell: bash
Expand Down

0 comments on commit 13b0660

Please sign in to comment.