Skip to content

Commit

Permalink
Update fleur-release.yml
Browse files Browse the repository at this point in the history
see previous two commits
  • Loading branch information
PhilippRue authored Dec 10, 2024
1 parent d7c8b78 commit 4c87c84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fleur-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3.8
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand All @@ -40,7 +40,7 @@ jobs:
run: exit 1

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5.0.0
uses: peter-evans/create-pull-request@v7
with:
commit-message: "[fleur release] Fleur schema update"
branch: fleur-release/schema
Expand Down

0 comments on commit 4c87c84

Please sign in to comment.