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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 19, 2024
1 parent dac5abb commit 589badb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-bashbot-github-action-gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
-
name: Install bashbot with asdf
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3
with:
tool_versions: |
bashbot 2.0.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-bashbot-github-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Install stuff with asdf
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3
with:
tool_versions: |
bashbot 2.0.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-notify-slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Install Bashbot via asdf
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3
with:
tool_versions: bashbot 2.0.5
-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Golang via asdf
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3
with:
tool_versions: golang 1.19.4

Expand All @@ -75,7 +75,7 @@ jobs:
fetch-depth: 0
-
name: Install stuff with asdf
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3
with:
tool_versions: |
action-validator 0.1.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
-
name: Install stuff with asdf
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3
with:
tool_versions: |
golang 1.19.4
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
tag: bashbot-${{ env.RELEASE_VERSION }}
-
name: Install Bashbot via asdf from release artifacts
uses: asdf-vm/actions/install@v2
uses: asdf-vm/actions/install@v3
with:
tool_versions: bashbot ${{ env.RELEASE_VERSION_NO_V }}
-
Expand Down

0 comments on commit 589badb

Please sign in to comment.