Skip to content

Commit e8983f2

Browse files
chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0 (vmware#216)
1 parent 641e2df commit e8983f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/docs.yml

+1-1
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
15+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1616
with:
1717
python-version: 3.x
1818
- name: Install Dependencies

Diff for: .github/workflows/release.yml

+1-1
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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
139+
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
140140
with:
141141
python-version: 3.x
142142
- name: Install Dependencies

0 commit comments

Comments
 (0)