Skip to content

Commit

Permalink
chore(deps): bump asdf-vm/actions from 2.2.0 to 3.0.2 (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent 05e0d2e commit f4acd42
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@v4
- uses: asdf-vm/actions/install@v2.2.0
- uses: asdf-vm/actions/install@v3.0.2
- 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@v4
- uses: asdf-vm/actions/install@v2.2.0
- uses: asdf-vm/actions/install@v3.0.2
- 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@v4
- uses: asdf-vm/actions/install@v2.2.0
- uses: asdf-vm/actions/install@v3.0.2
- name: Get pnpm store directory
id: pnpm-cache
shell: bash
Expand Down

0 comments on commit f4acd42

Please sign in to comment.