Skip to content

Commit 3bf57d4

Browse files
Bump actions/checkout from 4 to 5 (#22)
1 parent bc91133 commit 3bf57d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event_name == 'push' || (github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'Release v'))
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Extract version from tag
2222
if: github.event_name == 'push'

0 commit comments

Comments
 (0)