Skip to content

Commit 9a5861f

Browse files
chore(deps): update actions/setup-python digest to 532b046 (#186)
Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent 37bb1b2 commit 9a5861f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@12648859835f68b273febdd9aab9972bbb624d8c
32+
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
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@09d2acae674a48949e3602304ab46fd20ae0c42f
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@12648859835f68b273febdd9aab9972bbb624d8c
21+
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
2222
with:
2323
python-version: "3.10"
2424

0 commit comments

Comments
 (0)