Skip to content

Commit 0adafe1

Browse files
authored
Update README.md
1 parent 7e6bcfa commit 0adafe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Update files that reference a project version with a new release number.
4040
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
4141

4242
- name: Sync release version.
43-
uses: tj-actions/sync-release-version@v13
43+
uses: tj-actions/sync-release-version@2c3b68cdbd3c477f42a20776779a690c146c05c0 # v13
4444
id: sync-release-version
4545
with:
4646
pattern: 'version='
@@ -72,7 +72,7 @@ jobs:
7272
fetch-depth: 0
7373

7474
- name: Sync release version.
75-
uses: tj-actions/sync-release-version@v13
75+
uses: tj-actions/sync-release-version@2c3b68cdbd3c477f42a20776779a690c146c05c0 # v13
7676
id: sync-release-version
7777
with:
7878
pattern: 'tj-actions/sync-release-version@'

0 commit comments

Comments
 (0)