Skip to content

Commit ccbe58d

Browse files
Merge pull request #303 from dreadnode/renovate/actions-setup-python-digest
chore(deps): update actions/setup-python digest to bfc4944
2 parents b7342e6 + 286146f commit ccbe58d

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@97aeb3efb8a852c559869050c7fb175b4efcc8cf
32+
uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923
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@71cf2267d89c5cb81562390fa70a37fa40b1305e
1919

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

0 commit comments

Comments
 (0)