Skip to content

Commit

Permalink
Merge pull request #13 from kilnfi/renovate/asdf-vm-actions-3.x
Browse files Browse the repository at this point in the history
chore(deps): update asdf-vm/actions action to v3
  • Loading branch information
ArchiFleKs authored Oct 9, 2023
2 parents 6ee8f01 + 861e051 commit 00be73c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: base-sha

- name: 'asdf:install'
uses: asdf-vm/actions/install@v1.1.0
uses: asdf-vm/actions/install@v3.0.0

- uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-python@v4

- name: 'asdf:install'
uses: asdf-vm/actions/install@v1.1.0
uses: asdf-vm/actions/install@v3.0.0

- name: Check modules
uses: pre-commit/action@v3.0.0
Expand Down

0 comments on commit 00be73c

Please sign in to comment.