We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a1beb2 + a842cf8 commit 1936b63Copy full SHA for 1936b63
1 file changed
.github/workflows/update-install-script.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout repository
13
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
15
- name: Set up Git user
16
run: |
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Create Pull Request
34
if: steps.changes.outputs.changed == 'true'
35
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
36
with:
37
commit-message: "Update chezmoi-install.sh"
38
title: "Update chezmoi-install.sh"
0 commit comments