Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 616e7cb

Browse files
Update actions/checkout action to v3.5.0
1 parent 2e544d0 commit 616e7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
name: create release draft
1414
steps:
15-
- uses: actions/checkout@v3.2.0
15+
- uses: actions/checkout@v3.5.0
1616
with:
1717
fetch-depth: 0
1818

@@ -54,7 +54,7 @@ jobs:
5454

5555
# do a second checkout to prevent race situation
5656
# changelog gets updated but action works on old commit id
57-
- uses: actions/checkout@v3.2.0
57+
- uses: actions/checkout@v3.5.0
5858
with:
5959
ref: main
6060

0 commit comments

Comments
 (0)