Skip to content

Commit

Permalink
chore(deps): Bump asdf-vm/actions from 3.0.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 3.0.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@v3.0.0...v3.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent e9bc4ef commit 7d1c4da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Install tools via asdf
uses: asdf-vm/actions/[email protected].0
uses: asdf-vm/actions/[email protected].2
with:
asdf_branch: v0.11.2

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/checkout@v4

- name: Install tools via asdf
uses: asdf-vm/actions/[email protected].0
uses: asdf-vm/actions/[email protected].2
with:
asdf_branch: v0.11.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
languages: ${{ matrix.language }}

- name: Install tools via asdf
uses: asdf-vm/actions/[email protected].0
uses: asdf-vm/actions/[email protected].2
with:
asdf_branch: v0.11.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Install tools via asdf
uses: asdf-vm/actions/[email protected].0
uses: asdf-vm/actions/[email protected].2
with:
asdf_branch: v0.11.2

Expand Down

0 comments on commit 7d1c4da

Please sign in to comment.