Skip to content

Commit 2cea7a3

Browse files
committed
Bump GitHub Actions
1 parent 083723b commit 2cea7a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- toxenv: qa
2222
python: 3.8
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Set up Python
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: ${{ matrix.python }}
2929
cache: 'pip'
@@ -48,10 +48,10 @@ jobs:
4848
if: github.ref=='refs/heads/main' && github.event_name!='pull_request'
4949

5050
steps:
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252

5353
- name: Setup Python
54-
uses: actions/setup-python@v4
54+
uses: actions/setup-python@v5
5555
with:
5656
python-version: "3.9"
5757

0 commit comments

Comments
 (0)