Skip to content

Commit e676f56

Browse files
authored
Bumped versions in Github actions configuration.
1 parent d317100 commit e676f56

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030
- name: Set up Python
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v5
3232
with:
3333
python-version: '3.12'
3434
cache: 'pip'
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout
4747
uses: actions/checkout@v4
4848
- name: Set up Python
49-
uses: actions/setup-python@v4
49+
uses: actions/setup-python@v5
5050
with:
5151
python-version: '3.12'
5252
- run: python -m pip install blacken-docs

.github/workflows/linters.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727
- name: Set up Python
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: '3.12'
3131
- run: python -m pip install flake8
3232
- name: flake8
33-
# Pinned to v2.0.0.
34-
uses: liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2
33+
# Pinned to v3.0.0.
34+
uses: liskin/gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb
3535
with:
3636
linters: flake8
3737
run: flake8
@@ -42,13 +42,13 @@ jobs:
4242
- name: Checkout
4343
uses: actions/checkout@v4
4444
- name: Set up Python
45-
uses: actions/setup-python@v4
45+
uses: actions/setup-python@v5
4646
with:
4747
python-version: '3.12'
4848
- run: python -m pip install isort
4949
- name: isort
50-
# Pinned to v2.0.0.
51-
uses: liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2
50+
# Pinned to v3.0.0.
51+
uses: liskin/gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb
5252
with:
5353
linters: isort
5454
run: isort --check --diff django tests scripts

.github/workflows/schedule_tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v4
2828
- name: Set up Python
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
cache: 'pip'
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout
4646
uses: actions/checkout@v4
4747
- name: Set up Python
48-
uses: actions/setup-python@v4
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: pypy-3.10-nightly
5151
cache: 'pip'
@@ -80,7 +80,7 @@ jobs:
8080
- name: Checkout
8181
uses: actions/checkout@v4
8282
- name: Set up Python
83-
uses: actions/setup-python@v4
83+
uses: actions/setup-python@v5
8484
with:
8585
python-version: pypy-3.10-nightly
8686
cache: 'pip'
@@ -102,7 +102,7 @@ jobs:
102102
- name: Checkout
103103
uses: actions/checkout@v4
104104
- name: Set up Node.js
105-
uses: actions/setup-node@v3
105+
uses: actions/setup-node@v4
106106
with:
107107
node-version: '20'
108108
cache: 'npm'
@@ -117,7 +117,7 @@ jobs:
117117
- name: Checkout
118118
uses: actions/checkout@v4
119119
- name: Set up Python
120-
uses: actions/setup-python@v4
120+
uses: actions/setup-python@v5
121121
with:
122122
python-version: '3.12'
123123
cache: 'pip'
@@ -153,7 +153,7 @@ jobs:
153153
- name: Checkout
154154
uses: actions/checkout@v4
155155
- name: Set up Python
156-
uses: actions/setup-python@v4
156+
uses: actions/setup-python@v5
157157
with:
158158
python-version: '3.12'
159159
cache: 'pip'

.github/workflows/schedules.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
branch:
2222
- main
2323
steps:
24-
- uses: actions/github-script@v6
24+
- uses: actions/github-script@v7
2525
with:
2626
github-token: ${{secrets.SCHEDULE_WORKFLOW_TOKEN}}
2727
script: |

.github/workflows/screenshots.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
- name: Set up Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: '3.11'
2828
cache: 'pip'
@@ -40,7 +40,7 @@ jobs:
4040
echo "Generated screenshots for ${{ github.event.pull_request.head.sha }} at $(date)" >> $GITHUB_STEP_SUMMARY
4141
4242
- name: Upload screenshots
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: screenshots-${{ github.event.pull_request.head.sha }}
4646
path: tests/screenshots/

.github/workflows/selenium.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
- name: Set up Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: '3.12'
2828
cache: 'pip'
@@ -59,7 +59,7 @@ jobs:
5959
- name: Checkout
6060
uses: actions/checkout@v4
6161
- name: Set up Python
62-
uses: actions/setup-python@v4
62+
uses: actions/setup-python@v5
6363
with:
6464
python-version: '3.12'
6565
cache: 'pip'

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131
- name: Set up Python
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
cache: 'pip'
@@ -47,7 +47,7 @@ jobs:
4747
- name: Checkout
4848
uses: actions/checkout@v4
4949
- name: Set up Node.js
50-
uses: actions/setup-node@v3
50+
uses: actions/setup-node@v4
5151
with:
5252
node-version: '20'
5353
cache: 'npm'

0 commit comments

Comments
 (0)