Skip to content

Commit

Permalink
.github: bumped actions
Browse files Browse the repository at this point in the history
  • Loading branch information
g-as committed Sep 27, 2023
1 parent 1915dfb commit f23fe23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:
django-version: "5.0"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install dependencies and testing utilities
run: |
sudo apt-get update && sudo apt-get install xmlsec1
Expand Down

0 comments on commit f23fe23

Please sign in to comment.