Skip to content

Commit 2ae7fcc

Browse files
authored
Merge pull request #600 from python-jsonschema/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 1fccfe1 + 9c46d9b commit 2ae7fcc

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: /bin/date -u "+%U" > cachedate.txt
2323
shell: bash
2424

25-
- uses: actions/setup-python@v5
25+
- uses: actions/setup-python@v6
2626
with:
2727
python-version: "${{ matrix.py }}"
2828
cache: "pip"
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v5
44-
- uses: actions/setup-python@v5
44+
- uses: actions/setup-python@v6
4545
with:
4646
python-version: "3.x"
4747
- name: install requirements
@@ -72,7 +72,7 @@ jobs:
7272
run: /bin/date -u "+%U" > cachedate.txt
7373
shell: bash
7474

75-
- uses: actions/setup-python@v5
75+
- uses: actions/setup-python@v6
7676
id: setup-python
7777
with:
7878
python-version: ${{ matrix.py }}
@@ -111,7 +111,7 @@ jobs:
111111
name: "Collate results to check for skipped tests"
112112
steps:
113113
- uses: actions/checkout@v5
114-
- uses: actions/setup-python@v5
114+
- uses: actions/setup-python@v6
115115
with:
116116
python-version: "3.x"
117117
# download everything
@@ -134,7 +134,7 @@ jobs:
134134
run: /bin/date -u "+%U" > cachedate.txt
135135
shell: bash
136136

137-
- uses: actions/setup-python@v5
137+
- uses: actions/setup-python@v6
138138
id: setup-python
139139
with:
140140
python-version: "3.x"
@@ -163,7 +163,7 @@ jobs:
163163
run: /bin/date -u "+%U" > cachedate.txt
164164
shell: bash
165165

166-
- uses: actions/setup-python@v5
166+
- uses: actions/setup-python@v6
167167
with:
168168
python-version: "3.x"
169169
cache: "pip"

.github/workflows/cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v5
14-
- uses: actions/setup-python@v5
14+
- uses: actions/setup-python@v6
1515
with:
1616
python-version: '3.x'
1717

.github/workflows/publish_to_pypi.yaml

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

1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: actions/setup-python@v5
13+
- uses: actions/setup-python@v6
1414
with:
1515
python-version: "3.11"
1616

.github/workflows/publish_to_test_pypi.yaml

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

1818
steps:
1919
- uses: actions/checkout@v5
20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
with:
2222
python-version: "3.11"
2323

0 commit comments

Comments
 (0)