Skip to content

Commit

Permalink
Bump GitHub Actions (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Sep 17, 2024
1 parent 3e702d8 commit 6c0752f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"

- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1

tests:
runs-on: ubuntu-latest
Expand All @@ -29,7 +29,7 @@ jobs:
- "3.13"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version }}"
allow-prereleases: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
script: core.setOutput('version', context.ref.replace("refs/tags/", ""))

- name: Create GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
name: "Release ${{ steps.get_version.outputs.version }}"
Expand Down

0 comments on commit 6c0752f

Please sign in to comment.