Skip to content

Commit 324d5cb

Browse files
Merge pull request #203 from data-apis/dependabot/github_actions/actions-6ba9f7924b
Bump the actions group with 3 updates
2 parents 41a30ff + 7b82adf commit 324d5cb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v2
16+
uses: dependabot/fetch-metadata@v3
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919
- name: Enable auto-merge for Dependabot PRs

.github/workflows/publish-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,19 @@ jobs:
9797
# if: >-
9898
# (github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9999
# || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100-
# uses: pypa/gh-action-pypi-publish@v1.13.0
100+
# uses: pypa/gh-action-pypi-publish@v1.14.0
101101
# with:
102102
# repository-url: https://test.pypi.org/legacy/
103103
# print-hash: true
104104

105105
- name: Publish distribution 📦 to PyPI
106106
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
107-
uses: pypa/gh-action-pypi-publish@v1.13.0
107+
uses: pypa/gh-action-pypi-publish@v1.14.0
108108
with:
109109
print-hash: true
110110

111111
- name: Create GitHub Release from a Tag
112-
uses: softprops/action-gh-release@v2
112+
uses: softprops/action-gh-release@v3
113113
if: startsWith(github.ref, 'refs/tags/')
114114
with:
115115
files: dist/*

0 commit comments

Comments
 (0)