Skip to content

Commit 3ac7673

Browse files
Merge pull request #1430 from SciCatProject/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2 parents 2c55165 + 84e48a9 commit 3ac7673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-and-publish-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
uses: actions/checkout@v4
216216

217217
- name: Set up Python
218-
uses: actions/setup-python@v4
218+
uses: actions/setup-python@v5
219219
with:
220220
python-version: ${{ env.PYTHON_VERSION }}
221221

0 commit comments

Comments
 (0)