Skip to content

Commit 6cc9197

Browse files
committed
fix: workflow @V3
1 parent e8b521e commit 6cc9197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- name: Semantic Release
23-
uses: cycjimmy/semantic-release-action@v2
23+
uses: cycjimmy/semantic-release-action@v3
2424
id: semantic
2525
with:
2626
extra_plugins: |

0 commit comments

Comments
 (0)