Skip to content

Commit

Permalink
reference explicit commit sha for v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Feb 3, 2022
1 parent 73383be commit 25f0d28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/refresh-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
# v3.12.1 (release date 31 Jan 2022)
uses: peter-evans/create-pull-request@f22a7da129c901513876a2380e2dae9f8e145330
with:
commit-message: Updated environment lockfiles
committer: "Lockfile bot <[email protected]>"
Expand All @@ -124,6 +125,7 @@ jobs:
Bot
- name: Check Pull Request
if: steps.cpr.outputs.pull-request-number != ''
run: |
echo "pull-request #${{ steps.cpr.outputs.pull-request-number }}"
echo "pull-request URL ${{ steps.cpr.outputs.pull-request-url }}"
Expand Down

0 comments on commit 25f0d28

Please sign in to comment.