Skip to content

Commit a1daa88

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@09d2acae674a48949e3602304ab46fd20ae0c42f
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@12648859835f68b273febdd9aab9972bbb624d8c
21+
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
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
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
2424

2525
- name: Setup Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@12648859835f68b273febdd9aab9972bbb624d8c
26+
uses: actions/setup-python@532b046aaf352bab5717122cc0ea52b7f12266a3
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

0 commit comments

Comments
 (0)