Skip to content

Commit cc5f890

Browse files
committed
Update GitHub Actions to requested versions
1 parent 1d7f8e6 commit cc5f890

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-normative-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fi
4444
4545
- name: Checkout code
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v6
4747
with:
4848
# Keep push/workflow_dispatch on a branch so later auto-commit can push.
4949
# For pull_request_target, analyze the PR head commit contents.

.github/workflows/isa-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Create Release
122122
if: steps.build_files.outcome == 'success' && github.event_name == 'workflow_dispatch' && github.event.inputs.create_release == 'true'
123123
#uses: softprops/action-gh-release@v2.2.2
124-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
124+
uses: softprops/action-gh-release@v2
125125
with:
126126
draft: false
127127
tag_name: riscv-isa-release-${{ env.SHORT_SHA }}-${{ env.CURRENT_DATE }}

.github/workflows/merge-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
path: ${{ github.workspace }}/build/riscv-unprivileged.epub
8181

8282
- name: Create Release
83-
uses: softprops/action-gh-release@v2.5.0
83+
uses: softprops/action-gh-release@v2
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.GHTOKEN }}
8686
with:

0 commit comments

Comments
 (0)