Skip to content

Commit

Permalink
Merge pull request #2 from UNFmontreal/dependabot/github_actions/micr…
Browse files Browse the repository at this point in the history
…osoft/action-python-0.7.3

fix: bump microsoft/action-python from 0.6.4 to 0.7.3
  • Loading branch information
bpinsard authored Oct 23, 2024
2 parents f0ceb8e + 0985d6d commit 7766a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:

jobs:
validation:
uses: microsoft/action-python/.github/workflows/validation.yml@0.6.4
uses: microsoft/action-python/.github/workflows/validation.yml@0.7.3
with:
workdir: '.'

publish:
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
uses: microsoft/action-python/.github/workflows/publish.yml@0.7.3
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
publish:
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
uses: microsoft/action-python/.github/workflows/publish.yml@0.7.3
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}

0 comments on commit 7766a46

Please sign in to comment.