Skip to content

Commit 1d7757c

Browse files
authored
[ci] Update checkout action in create_release.yml to v4 (#7316)
1 parent 9242718 commit 1d7757c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run:
2222
shell: bash
2323
steps:
24-
- uses: actions/checkout@v1
24+
- uses: actions/checkout@v4
2525
with:
2626
submodules: true
2727

@@ -113,7 +113,7 @@ jobs:
113113
- uses: actions/setup-python@v5
114114
with:
115115
python-version: '3.x'
116-
- uses: actions/checkout@v1
116+
- uses: actions/checkout@v4
117117
with:
118118
submodules: true
119119

0 commit comments

Comments
 (0)