Skip to content

Commit d0fd4e6

Browse files
Bump actions/setup-python from 6.0.0 to 6.1.0 (#74)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1fa0b79 commit d0fd4e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v6.0.0
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v6.0.0
30+
uses: actions/setup-python@v6.1.0
3131
with:
3232
python-version: "3.X"
3333

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a ${GITHUB_OUTPUT}
4040
4141
- name: Set up Python
42-
uses: actions/setup-python@v6.0.0
42+
uses: actions/setup-python@v6.1.0
4343
with:
4444
python-version: "3.X"
4545

0 commit comments

Comments
 (0)