Skip to content

Commit e84a73c

Browse files
committed
[gh-actions] Version bump
1 parent 796d438 commit e84a73c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
x86_filehash: ${{ steps.artifacts.outputs.x86_filehash }}
3333
arm64_filehash: ${{ steps.artifacts.outputs.arm64_filehash }}
3434
steps:
35-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
35+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
with:
3737
persist-credentials: false
3838

@@ -67,7 +67,7 @@ jobs:
6767
- name: Upload HTMLTag-${{ github.run_id }}-${{ env.PLATFORM }}
6868
env:
6969
PLATFORM: ${{ fromJSON(env.TARGETS)[matrix.target] }}
70-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
70+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7171
with:
7272
name: HTMLTag-${{ github.run_id }}-${{ env.PLATFORM }}
7373
path: |
@@ -94,7 +94,7 @@ jobs:
9494
SHA256ARM64: ${{ needs.build.outputs.arm64_filehash }}
9595
steps:
9696
- name: Fetch release artifacts
97-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
97+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9898
with:
9999
path: bin
100100

@@ -126,7 +126,7 @@ jobs:
126126
for slug in "${ASSETS[@]}"; do printf '\t%s\n' "$(sha256sum -b "$slug")" >> release_notes.txt; done
127127
128128
- name: Push release
129-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
129+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
130130
with:
131131
name: ${{ github.ref_name }}
132132
body_path: bin/release_notes.txt

0 commit comments

Comments
 (0)