Skip to content

Commit 78e06f8

Browse files
πŸ“ Update action references for 1.0.3
1 parent 35789ad commit 78e06f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/receive-votes.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fetch-depth: 0
6262
ref: ${{ inputs.branch }}
6363

64-
- uses: commonhaus/vote-record-actions/actions/count-votes@main
64+
- uses: commonhaus/vote-record-actions/actions/count-votes@'1.0.3'
6565
id: count-votes
6666
with:
6767
commit-message: ${{ inputs.commit-message }}

β€Žactions/count-votes/action.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
- name: Download Compiled JS from Release
5656
shell: bash
5757
env:
58-
VOTE_ACTIONS_RELEASE: snapshot
58+
VOTE_ACTIONS_RELEASE: '1.0.3'
5959
GITHUB_TOKEN: ${{ github.token }}
6060
run: |
6161
echo "Downloading ${VOTE_ACTIONS_RELEASE}"

0 commit comments

Comments
Β (0)