Skip to content

Commit 0b2a28b

Browse files
chore(deps): update actions/checkout action to v4 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 905b5c0 commit 0b2a28b

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
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # to be able to comment on released pull requests
1515
steps:
1616
- name: Checkout ✅
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)