Skip to content

Commit 2ef8cf9

Browse files
chore(deps): bump actions/setup-python from 4.8.0 to 5.0.0 (#251)
1 parent b0ba106 commit 2ef8cf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
- name: Setup Python
15-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
15+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
1616
with:
1717
python-version: 3.x
1818
- name: Install Dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
ref: ${{ github.event.release.tag_name }}
137137
fetch-depth: 0
138138
- name: Setup Python
139-
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0
139+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
140140
with:
141141
python-version: 3.x
142142
- name: Install Dependencies

0 commit comments

Comments
 (0)