Skip to content

Commit 05bb122

Browse files
authored
Update workflow to use actions/checkout@v5
1 parent afaf5a6 commit 05bb122

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,10 @@ jobs:
540540
needs: [publish-release]
541541
runs-on: ubuntu-22.04
542542
steps:
543+
- uses: actions/checkout@v5
544+
with:
545+
persist-credentials: false
546+
543547
- name: Generate HTML Release Announcement
544548
run: |
545549
set -e

0 commit comments

Comments
 (0)