Skip to content

Commit 3a8beee

Browse files
Merge pull request #311 from dreadnode/renovate/actions-setup-python-digest
chore(deps): update actions/setup-python digest to 83679a8
2 parents 063e6d7 + 0668056 commit 3a8beee

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@bfc4944b43a5d84377eca3cf6ab5b7992ba61923
32+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
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@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923
21+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
2222
with:
2323
python-version: "3.14"
2424

0 commit comments

Comments
 (0)