Skip to content

Commit 9f326ed

Browse files
Merge pull request #322 from dreadnode/renovate/actions-setup-python-digest
chore(deps): update actions/setup-python digest to 4f41a90
2 parents cfab5b2 + 6654965 commit 9f326ed

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@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
32+
uses: actions/setup-python@4f41a90a1f38628c7ccc608d05fbafe701bc20ae
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
1919

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

0 commit comments

Comments
 (0)