Skip to content

Commit

Permalink
chore: update python action
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Lefevre <[email protected]>
  • Loading branch information
ArchiFleKs committed Jul 16, 2022
1 parent 754ef79 commit 5e8b359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- name: 'asdf:install'
uses: asdf-vm/actions/[email protected]

- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version-file: '.python-version'

- name: Init tooling
run: |
Expand Down

0 comments on commit 5e8b359

Please sign in to comment.