Skip to content

Commit 27fbc4d

Browse files
committed
fix: update workflows to use specific version tags
1 parent 67c38cc commit 27fbc4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prepare-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
changelog:
4242
needs: get-version
43-
uses: codesnippetspro/.github-private/.github/workflows/changelog.yml
43+
uses: codesnippetspro/.github-private/.github/workflows/changelog.yml@v1
4444
with:
4545
repo: ${{ github.repository }}
4646
branch: ${{ github.ref_name }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
# deploy:
5151
# needs: [install, upload]
52-
# uses: codesnippetspro/.github-private/.github/workflows/publish_svn.yml@main
52+
# uses: codesnippetspro/.github-private/.github/workflows/publish_svn.yml@v1
5353
# with:
5454
# repo: ${{ github.repository }}
5555
# branch: ${{ github.ref_name }}

0 commit comments

Comments
 (0)