Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 8996588

Browse files
chore(deps): update actions/checkout action to v4
1 parent 6ef1f0c commit 8996588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Semantic Release
1515
uses: cycjimmy/semantic-release-action@v2
1616
env:

0 commit comments

Comments
 (0)