Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 12dd9c8

Browse files
authored
Merge pull request #697 from staticdev/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
2 parents 404a94f + 42716ba commit 12dd9c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v3
22-
- uses: actions/setup-python@v3
22+
- uses: actions/setup-python@v4
2323
with:
2424
python-version: "3.10"
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 2
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v3
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: "3.10"
2222

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v3
3636

3737
- name: Set up Python ${{ matrix.python }}
38-
uses: actions/setup-python@v3
38+
uses: actions/setup-python@v4
3939
with:
4040
python-version: ${{ matrix.python }}
4141

@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/checkout@v3
9999

100100
- name: Set up Python
101-
uses: actions/setup-python@v3
101+
uses: actions/setup-python@v4
102102
with:
103103
python-version: "3.10"
104104

0 commit comments

Comments
 (0)