Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit efe293c

Browse files
Update actions/checkout action to v4
1 parent 91d0610 commit efe293c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semver.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: '0'
1414
- name: Bump version and push tag

0 commit comments

Comments
 (0)