Skip to content

Commit 9f6e0c4

Browse files
authored
Merge pull request #170 from palewire/dependabot/github_actions/dot-github/workflows/actions/setup-python-6
Bump actions/setup-python from 5 to 6 in /.github/workflows
2 parents 4c72a81 + 2d4c740 commit 9f6e0c4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/continuous-deployment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- id: setup-python
3232
name: Setup Python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: '3.11'
3636

@@ -56,7 +56,7 @@ jobs:
5656

5757
- id: install-python
5858
name: Install Python
59-
uses: actions/setup-python@v5
59+
uses: actions/setup-python@v6
6060
with:
6161
python-version: ${{ matrix.python }}
6262

@@ -88,7 +88,7 @@ jobs:
8888

8989
- id: install-python
9090
name: Install Python
91-
uses: actions/setup-python@v5
91+
uses: actions/setup-python@v6
9292
with:
9393
python-version: ${{ matrix.python }}
9494

@@ -120,7 +120,7 @@ jobs:
120120

121121
- id: install-python
122122
name: Install Python
123-
uses: actions/setup-python@v5
123+
uses: actions/setup-python@v6
124124
with:
125125
python-version: '3.11'
126126

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- id: setup-python
2121
name: Setup Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.11'
2525

0 commit comments

Comments
 (0)