We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2467f6f commit 8271c0aCopy full SHA for 8271c0a
action.yml
@@ -7,15 +7,15 @@ inputs:
7
runs:
8
using: "composite"
9
steps:
10
- - uses: actions/checkout@v4.2.2
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
11
12
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
13
14
- name: Move artifact
15
run: cp -a artifact/. ./
16
shell: bash
17
18
- name: Publish package distributions to GitHub Releases
19
- uses: python-semantic-release/publish-action@v9.17.0
+ uses: python-semantic-release/publish-action@cdfda70b6df73f3e4917cfd498f4bf9fed29ea08
20
with:
21
github_token: ${{ inputs.github-token }}
0 commit comments