Skip to content

Commit

Permalink
Merge pull request #124 from SnowEx/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…-51b6d0c003

Bump the actions group across 1 directory with 4 updates
  • Loading branch information
jomey authored Sep 13, 2024
2 parents 48426f3 + 98636f1 commit 9015345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/setup-python@v5.1.1
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: "3.10"
Expand All @@ -49,7 +49,7 @@ jobs:
ls -ltrh
ls -ltrh dist
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.1
with:
repository-url: https://test.pypi.org/legacy/
verbose: true
Expand Down Expand Up @@ -98,5 +98,5 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@v1.9.0
- uses: pypa/gh-action-pypi-publish@v1.10.1
if: startsWith(github.ref, 'refs/tags')
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- /home/runner/work/:/home/runner/work/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 9015345

Please sign in to comment.