Skip to content

Commit

Permalink
build(deps): Bump asdf-vm/actions from 1 to 2 (#92)
Browse files Browse the repository at this point in the history
Bumps [asdf-vm/actions](https://github.com/asdf-vm/actions) from 1 to 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@v1...v2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 3310745 commit 3752f77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3

- name: Install asdf
uses: asdf-vm/actions/setup@v1
uses: asdf-vm/actions/setup@v2

- name: Run unit tests
run: make test
Expand All @@ -51,7 +51,7 @@ jobs:

- name: Install asdf
if: steps.check_e2e_files.outputs.files_exists == 'true'
uses: asdf-vm/actions/setup@v1
uses: asdf-vm/actions/setup@v2

- name: Run e2e tests
if: steps.check_e2e_files.outputs.files_exists == 'true'
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v3

- name: Install asdf
uses: asdf-vm/actions/setup@v1
uses: asdf-vm/actions/setup@v2

- name: Check generated files
run: make go-generate
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
shfmt-version: ${{ fromJson(steps.versions.outputs.tools).shfmt }}

- name: Install asdf
uses: asdf-vm/actions/setup@v1
uses: asdf-vm/actions/setup@v2

- name: Install helm-docs
run: make install-tool.helm-docs
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 @@ -31,7 +31,7 @@ jobs:
languages: ${{ matrix.language }}

- name: Install tools via asdf
uses: asdf-vm/actions/install@v1
uses: asdf-vm/actions/install@v2

- name: Build
run: make build-snapshot
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- if: ${{ steps.release-please.outputs.release_created }}
name: Install tools via asdf
uses: asdf-vm/actions/install@v1
uses: asdf-vm/actions/install@v2

- if: ${{ steps.release-please.outputs.release_created }}
name: Login to GitHub Container Registry
Expand Down

0 comments on commit 3752f77

Please sign in to comment.