Skip to content

Commit

Permalink
workflows/sync-shared-config: use full versions
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Linnane <[email protected]>
  • Loading branch information
p-linnane committed Dec 13, 2024
1 parent 5154f01 commit 7fa9629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-shared-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: Homebrew/actions/setup-homebrew@master

- name: Clone source repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

Expand All @@ -77,7 +77,7 @@ jobs:
HOMEBREW_DEVELOPER: 1

- name: Clone target repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: ${{ matrix.repo }}
path: target/${{ matrix.repo }}
Expand Down

0 comments on commit 7fa9629

Please sign in to comment.