Skip to content

Commit

Permalink
Merge pull request #48 from datalad/new-setup-py
Browse files Browse the repository at this point in the history
Update actions/setup-python in action definitions
  • Loading branch information
jwodder authored Dec 11, 2023
2 parents d8bd913 + e4f826f commit 111cdf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion add-changelog-snippet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
using: composite
steps:
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '^3.8'

Expand Down
2 changes: 1 addition & 1 deletion release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
using: composite
steps:
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '^3.8'

Expand Down

0 comments on commit 111cdf5

Please sign in to comment.