Skip to content

Commit 4917a77

Browse files
authored
Merge pull request #14 from Project-Platypus/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents dd5f600 + 041bdbe commit 4917a77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
cache: "pip"
@@ -54,7 +54,7 @@ jobs:
5454
echo "PYTHON_VERSION=${PYTHON_VERSION}" >> $GITHUB_ENV
5555
5656
- name: Set up Python ${{ env.PYTHON_VERSION }}
57-
uses: actions/setup-python@v5
57+
uses: actions/setup-python@v6
5858
with:
5959
python-version: ${{ env.PYTHON_VERSION }}
6060
cache: "pip"

0 commit comments

Comments
 (0)