Skip to content

Commit 6a69005

Browse files
authored
Merge pull request #22 from appvia/renovate/actions-setup-python-7.x
chore(deps): update actions/setup-python action to v7
2 parents 613e3f5 + 9de3867 commit 6a69005

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/terraform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout code
2929
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3030
- name: Set up Python
31-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
31+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3232
with:
3333
python-version: ${{ env.PYTHON_VERSION }}
3434
- name: Install Dependencies
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout code
5151
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5252
- name: Set up Python
53-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
53+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
5454
with:
5555
python-version: ${{ env.PYTHON_VERSION }}
5656
- name: Install Dependencies

0 commit comments

Comments
 (0)