Skip to content

Commit d6d4242

Browse files
Merge pull request #244 from dreadnode/renovate/actions-setup-python-digest
chore(deps): update actions/setup-python digest to 9322b3c
2 parents 65eee79 + de90a5c commit d6d4242

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
poetry config virtualenvs.in-project true --local
3030
3131
- name: Setup Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@fbeb884f69f0ac1c0257302f62aa524c2824b649
32+
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: "poetry"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@fbeb884f69f0ac1c0257302f62aa524c2824b649
21+
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
2222
with:
2323
python-version: "3.10"
2424

0 commit comments

Comments
 (0)