There was an error while loading. Please reload this page.
2 parents 39f390a + a3340ea commit 00631cdCopy full SHA for 00631cd
1 file changed
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: build
40
run: echo "GEM_VERSION=$(gem build ${{ env.GEM_NAME }}.gemspec 2>&1 | grep Version | cut -d':' -f 2 | tr -d " \t\n\r")" >> $GITHUB_ENV
41
42
- - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # pin@v2
+ - uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # pin@v2
43
with:
44
subject-path: "${{ env.GEM_NAME }}-${{ env.GEM_VERSION }}.gem"
45
0 commit comments