Skip to content

Commit

Permalink
Pin lock as well. Run the script with pwsh explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Mar 12, 2024
1 parent 68b5f6c commit d025865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
python-version: "${{ matrix.python_version }}"
- run: ".tools/sync.ps1"
shell: "pwsh"
- uses: "actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3" #v4.3.1
with:
path: ".lock/*"
Expand All @@ -48,6 +49,7 @@ jobs:
with:
python-version: "3.11"
- run: ".tools/sync.ps1"
- uses: "stefanzweifel/[email protected]"
shell: "pwsh"
- uses: "stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d" # v5.0.0
with:
commit_message: "Lock requirements."

0 comments on commit d025865

Please sign in to comment.