Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6491a31

Browse files
authoredOct 19, 2023
chore(deps): update actions/checkout action to v4
1 parent b1126d3 commit 6491a31

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@v3
11+
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: '0'
1414
- name: Bump version and push tag

0 commit comments

Comments
 (0)
Please sign in to comment.