Skip to content

Commit b2538f6

Browse files
authored
Upgrade actions/checkout to v4 (#6159)
1 parent 82c3076 commit b2538f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
- name: Create Release
1717
id: create_release
1818
uses: actions/create-release@v1

0 commit comments

Comments
 (0)