Skip to content

Commit 4d2d9ed

Browse files
authored
Upgrade actions/checkout to v4 (#6159)
1 parent 96c9b1f commit 4d2d9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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)