Skip to content

Commit 2e8ff1d

Browse files
chore(deps): update actions/setup-python digest to bba65e5
1 parent e06183d commit 2e8ff1d

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
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020

2121
- name: Setup Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
22+
uses: actions/setup-python@bba65e51ff35d50c6dbaaacd8a4681db13aa7cb4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

.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@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
21+
uses: actions/setup-python@bba65e51ff35d50c6dbaaacd8a4681db13aa7cb4
2222
with:
2323
python-version: "3.11"
2424

0 commit comments

Comments
 (0)