Skip to content

Commit

Permalink
Merge pull request #14 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.0.2
  • Loading branch information
rguichard authored Dec 23, 2023
2 parents 5761ff7 + a7ff63b commit f266235
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/[email protected].0
uses: asdf-vm/actions/[email protected].2

- 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/[email protected].0
uses: asdf-vm/actions/[email protected].2

- name: Check modules
uses: pre-commit/[email protected]
Expand Down

0 comments on commit f266235

Please sign in to comment.