Skip to content

Commit

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

Bump the actions group in /.github/workflows with 2 updates
  • Loading branch information
pllim authored Dec 3, 2024
2 parents f0a61cb + 73459b3 commit a100784
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
tests:
needs: initial_checks
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d68193b68216da64eafaa618f53c59f5d271c56e # v1.14.0
with:
setenv: |
jref: "https://ssb.stsci.edu/trds_open/jref"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/predeps_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
rc_tests:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d68193b68216da64eafaa618f53c59f5d271c56e # v1.14.0
with:
setenv: |
jref: "https://ssb.stsci.edu/trds_open/jref"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# Use appropriate token if debugging with TestPyPI
- name: Publish distribution 📦 to PyPI
if: (startsWith(github.ref, 'refs/tags/') && github.event_name == 'push')
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit a100784

Please sign in to comment.