Skip to content

Commit b29a408

Browse files
Update actions/checkout action to v4
1 parent 9917de2 commit b29a408

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
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: Checkout Repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
ref: main
2121
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)