Skip to content

Commit 4e17bb1

Browse files
authored
Update use_action.yml
1 parent bb81481 commit 4e17bb1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/use_action.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424

2525
- uses: actions/checkout@v4
2626

27-
# Minimal publish
2827
- uses: mscno/setup-goose@master
2928

3029
- run: goose -version
@@ -45,3 +44,8 @@ jobs:
4544
- name: Check installed version (tip)
4645
run: |
4746
goose -version
47+
48+
# check specific action version
49+
- uses: mscno/setup-goose@v1
50+
51+
- run: goose -version

0 commit comments

Comments
 (0)