Skip to content

Commit 804d636

Browse files
chore(pindigest): update actions/checkout to 34e1148 #patch
1 parent 2bedfa4 commit 804d636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bump-version-cut-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ jobs:
1111
permissions:
1212
contents: write
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515
with:
1616
fetch-depth: '0'
1717

1818
- name: Bump version and push tag
19-
uses: anothrNick/github-tag-action@v1 # Don't use @master or @v1 unless you're happy to test the latest version
19+
uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1 # Don't use @master or @v1 unless you're happy to test the latest version
2020
id: tag_version
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.token }}
2323
TAG_PREFIX: v
2424

2525
- name: Create a GitHub release
26-
uses: ncipollo/release-action@v1
26+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1
2727
with:
2828
tag: ${{ steps.tag_version.outputs.new_tag }}
2929
name: ${{ steps.tag_version.outputs.new_tag }}

0 commit comments

Comments
 (0)