Skip to content

Commit

Permalink
Merge pull request #215 from data-apis/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons-0bfcd06860

Bump the actions group across 1 directory with 2 updates
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
2 parents 940a198 + 0741676 commit d9df003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download Artifact
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: docs-build.yml
name: docs-build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: >-
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
uses: pypa/[email protected].2
uses: pypa/[email protected].3
with:
repository-url: https://test.pypi.org/legacy/
print-hash: true
Expand All @@ -107,6 +107,6 @@ jobs:

- name: Publish distribution 📦 to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/[email protected].2
uses: pypa/[email protected].3
with:
print-hash: true

0 comments on commit d9df003

Please sign in to comment.