Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanderleek committed Aug 10, 2024
1 parent bd78f77 commit 414e7b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: self-hosted
steps:
- name: 'Checkout sources'
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: 'Set up Python'
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: 'Set up Poetry'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout sources'
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: 'Set up Python'
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: 'Set up Poetry'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: release
on: [workflow_dispatch]
jobs:
release:
Expand Down

0 comments on commit 414e7b0

Please sign in to comment.