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

Commit bc9dccf

Browse files
Update main.yml
1 parent 3b0a14a commit bc9dccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717

1818
# Checkout repository (required to test local actions)
1919
- name: Checkout repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
2323

2424
- name: Release
2525
id: semantic
26-
uses: cycjimmy/semantic-release-action@v2
26+
uses: cycjimmy/semantic-release-action@v3
2727
with:
2828
extra_plugins: |
2929
@semantic-release/exec

0 commit comments

Comments
 (0)