Skip to content

Commit 728b2a6

Browse files
authored
Merge pull request #2247 from python-visualization/dependabot/github_actions/github-actions-e9b69dd78e
Bump the github-actions group with 2 updates
2 parents f15eff3 + 4a925ad commit 728b2a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v7
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: "3.x"
2828

@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Publish a Python distribution to PyPI
5050
if: success() && github.event_name == 'release'
51-
uses: pypa/gh-action-pypi-publish@v1.14.0
51+
uses: pypa/gh-action-pypi-publish@v1.14.1
5252
with:
5353
user: __token__
5454
password: ${{ secrets.PYPI_PASSWORD }}

.github/workflows/test_streamlit_folium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Set up Python
20-
uses: actions/setup-python@v6
20+
uses: actions/setup-python@v7
2121
with:
2222
python-version: '3.13'
2323

0 commit comments

Comments
 (0)