Skip to content

Commit d1f24ea

Browse files
Bump asdf-vm/actions from 1 to 3 in /.github/workflows
Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 1 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@v1...v3) --- updated-dependencies: - dependency-name: asdf-vm/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5bd702b commit d1f24ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/integration-per-language.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
pwd
165165
# Validate generated workflow yaml
166166
- name: Install action-validator with asdf
167-
uses: asdf-vm/actions/install@v1
167+
uses: asdf-vm/actions/install@v3
168168
with:
169169
tool_versions: |
170170
action-validator 0.1.2
@@ -337,7 +337,7 @@ jobs:
337337
pwd
338338
# Validate generated workflow yaml
339339
- name: Install action-validator with asdf
340-
uses: asdf-vm/actions/install@v1
340+
uses: asdf-vm/actions/install@v3
341341
with:
342342
tool_versions: |
343343
action-validator 0.1.2
@@ -498,7 +498,7 @@ jobs:
498498
--variable NAMESPACE=default
499499
# Validate generated workflow yaml
500500
- name: Install action-validator with asdf
501-
uses: asdf-vm/actions/install@v1
501+
uses: asdf-vm/actions/install@v3
502502
with:
503503
tool_versions: |
504504
action-validator 0.1.2

0 commit comments

Comments
 (0)