Skip to content

Commit

Permalink
Merge pull request #84 from projectsyn/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v5
  • Loading branch information
simu authored Jan 11, 2024
2 parents 8b2395f + 9cf326d commit 5e37abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
id: setup-python
with:
python-version: '3.10'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- "y"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- uses: Gr1N/setup-poetry@v8
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- "foo bar"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- uses: Gr1N/setup-poetry@v8
Expand Down

0 comments on commit 5e37abb

Please sign in to comment.