Skip to content

Commit fc7c3d8

Browse files
chore(deps): update actions/setup-python digest to 9322b3c (#131)
Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent 5721045 commit fc7c3d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

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@532b046aaf352bab5717122cc0ea52b7f12266a3
21+
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
2222
with:
2323
python-version: "3.13"
2424

.github/workflows/test.yaml

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

2929
- name: Setup Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
30+
uses: actions/setup-python@9322b3ca74000aeb2c01eb777b646334015ddd72
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

0 commit comments

Comments
 (0)