Skip to content

Commit

Permalink
ci: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 20, 2024
1 parent 62a6d87 commit b9da58c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
# required to authenticate for the PyPi upload below
id-token: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install system dependencies
run: sudo apt-get update && sudo apt-get -y install libxml2-utils
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: '3.8'
- name: Install Python dependencies
run: pip install wheel
- name: Bootstrap
Expand Down

0 comments on commit b9da58c

Please sign in to comment.