Skip to content

Commit f23fe23

Browse files
committed
.github: bumped actions
1 parent 1915dfb commit f23fe23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jobs:
2626
django-version: "5.0"
2727

2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v1
31+
uses: actions/setup-python@v4
3232
with:
3333
python-version: ${{ matrix.python-version }}
34+
allow-prereleases: true
3435
- name: Install dependencies and testing utilities
3536
run: |
3637
sudo apt-get update && sudo apt-get install xmlsec1

0 commit comments

Comments
 (0)