Skip to content

Commit

Permalink
Merge pull request #51 from bulch/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-5.4.0

build(deps): bump actions/setup-python from 5.1.0 to 5.4.0
  • Loading branch information
bulch authored Feb 16, 2025
2 parents 5f1e567 + 275408f commit c13ec42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: 'bulch.rsync_server'

- name: Set up Python 3.
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.4.0
with:
python-version: '3.x'

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
path: 'bulch.rsync_server'

- name: Set up Python 3.
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.4.0
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: 'bulch.rsync_server'

- name: Set up Python 3.
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.4.0
with:
python-version: '3.x'

Expand Down

0 comments on commit c13ec42

Please sign in to comment.