We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6bcfa commit 0adafe1Copy full SHA for 0adafe1
README.md
@@ -40,7 +40,7 @@ Update files that reference a project version with a new release number.
40
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
41
42
- name: Sync release version.
43
- uses: tj-actions/sync-release-version@v13
+ uses: tj-actions/sync-release-version@2c3b68cdbd3c477f42a20776779a690c146c05c0 # v13
44
id: sync-release-version
45
with:
46
pattern: 'version='
@@ -72,7 +72,7 @@ jobs:
72
fetch-depth: 0
73
74
75
76
77
78
pattern: 'tj-actions/sync-release-version@'
0 commit comments