Skip to content

Commit

Permalink
Update actions to newer versions. (@Schalk1e)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schalk1e committed Jun 13, 2024
1 parent a60638b commit ce3f27b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: set up py39
uses: actions/setup-python@v1
- uses: actions/checkout@v4
- name: set up py10
uses: actions/setup-python@v5
with:
python-version: 3.10
- name: install pipx
Expand All @@ -28,7 +28,7 @@ jobs:
run: |
poetry build
- name: create release
uses: softprops/action-gh-release@v0.1.4
uses: softprops/action-gh-release@v2
with:
files: dist/*
env:
Expand Down

0 comments on commit ce3f27b

Please sign in to comment.