Skip to content

Commit

Permalink
Merge pull request spacetelescope#3323 from spacetelescope/dependabot…
Browse files Browse the repository at this point in the history
…/github_actions/dot-github/workflows/actions-d260ee84de

Bump the actions group in /.github/workflows with 2 updates
  • Loading branch information
pllim authored Dec 3, 2024
2 parents 3f1abf7 + 44ff1d7 commit 2566a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
merge-multiple: true
- name: Upload report to Codecov
if: ${{ hashFiles('coverage/') != '' }}
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# NOTE: Do not run this part for PR testing.
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
if: github.event_name != 'pull_request'
with:
user: __token__
Expand Down

0 comments on commit 2566a82

Please sign in to comment.