File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55jobs :
66 publish :
7- uses : microsoft/action-python/.github/workflows/publish.yml@0.2.0
7+ uses : microsoft/action-python/.github/workflows/publish.yml@0.6.4
88 secrets :
99 PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
1010 TEST_PYPI_PASSWORD : ${{ secrets.TEST_PYPI_PASSWORD }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v3.5.2
1616 with :
1717 # [Required] Access token with `workflow` scope.
1818 token : ${{ secrets.PAT }}
Original file line number Diff line number Diff line change 1212 name : Validate PR title
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : amannn/action-semantic-pull-request@v5
15+ - uses : amannn/action-semantic-pull-request@v5.2.0
1616 env :
1717 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 55 sync :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v3 # important!
9- - uses : euphoricsystems/action-sync-template-repository@v2
8+ - uses : actions/checkout@v3.5.2 # important!
9+ - uses : euphoricsystems/action-sync-template-repository@v2.5.1
1010 with :
1111 github-token : ${{ secrets.GITHUB_TOKEN }}
1212 dry-run : true
You can’t perform that action at this time.
0 commit comments