Skip to content

Commit 0d033c4

Browse files
chore(deps): bump actions/setup-python from 5.3.0 to 5.4.0 (#16)
1 parent 5119931 commit 0d033c4

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

0 commit comments

Comments
 (0)