Skip to content

Commit e46d904

Browse files
chore(deps): bump actions/setup-python from 5.4.0 to 5.5.0 (#17)
1 parent 0d033c4 commit e46d904

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
15+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.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@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
139+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
140140
with:
141141
python-version: 3.x
142142
- name: Install Dependencies

0 commit comments

Comments
 (0)