Skip to content

Commit c3c98d9

Browse files
chore(deps-ci): bump the github-actions group with 5 updates (#132)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c841ed4 commit c3c98d9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v5
18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: "3.9"
2121
- uses: pre-commit/action@v3.0.1
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v5
4949
- name: Set up Python
50-
uses: actions/setup-python@v5
50+
uses: actions/setup-python@v6
5151
with:
5252
python-version: ${{ matrix.python-version }}
5353
- uses: snok/install-poetry@v1
@@ -86,14 +86,14 @@ jobs:
8686
# - Create GitHub release
8787
- name: Python Semantic Release
8888
id: release
89-
uses: python-semantic-release/python-semantic-release@v10.3.1
89+
uses: python-semantic-release/python-semantic-release@v10.4.1
9090
with:
9191
github_token: ${{ secrets.GITHUB_TOKEN }}
9292
- name: Upload package to PyPI
9393
uses: pypa/gh-action-pypi-publish@release/v1
9494
if: steps.release.outputs.released == 'true'
9595
- name: Upload Github Release Assets
96-
uses: python-semantic-release/publish-action@v10.3.1
96+
uses: python-semantic-release/publish-action@v10.4.1
9797
if: steps.release.outputs.released == 'true'
9898
with:
9999
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/hacktoberfest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: browniebroke/hacktoberfest-labeler-action@v2.3.0
15+
- uses: browniebroke/hacktoberfest-labeler-action@v2.4.0
1616
with:
1717
github_token: ${{ secrets.GH_PAT }}

.github/workflows/issue-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
issue-manager:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: tiangolo/issue-manager@0.5.1
21+
- uses: tiangolo/issue-manager@0.6.0
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
config: >

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- name: Set up Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: 3.8
1919
- name: Install labels

0 commit comments

Comments
 (0)