Skip to content

Commit 60cc6d0

Browse files
chore: pin setup-bin action to commit hash (#583)
* chore: pin setup-bin action to commit hash * Updated README. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5f0621d commit 60cc6d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
steps:
7070
- name: Setup bin
7171
if: inputs.bin_path == ''
72-
uses: tj-actions/setup-bin@v1
72+
uses: tj-actions/setup-bin@cc2f416f28163075dc4d67e8b298dcbe2ecf4d5a # v1
7373
id: setup-bin-go
7474
with:
7575
repository-owner: tj-actions

test/README-codeBlocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
44
```yaml
5-
- uses: tj-actions/changed-files@v45.0.7
5+
- uses: tj-actions/changed-files@v46.0.1
66
id: changed-files
77
with:
88
# Specify a different base commit SHA

test/README-codeBlocksMajorVersion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
44
```yaml
5-
- uses: tj-actions/changed-files@v45
5+
- uses: tj-actions/changed-files@v46
66
id: changed-files
77
with:
88
# Specify a different base commit SHA

0 commit comments

Comments
 (0)