Skip to content

Commit 50c4dd1

Browse files
committed
Update upstream GitHub Actions
1 parent 3389695 commit 50c4dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
tox-test: ["default"]
2121

2222
steps:
23-
- uses: "actions/checkout@v2"
24-
- uses: "actions/setup-python@v2"
23+
- uses: "actions/checkout@v3"
24+
- uses: "actions/setup-python@v4"
2525
with:
2626
python-version: "${{ matrix.python-version }}"
2727
- name: "Install test locales"

0 commit comments

Comments
 (0)