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

Commit 4cac5d5

Browse files
author
serg.morozov
committed
fix: ci
1 parent 3538fe0 commit 4cac5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
1515
- name: Set up Python ${{ matrix.python-version }}
@@ -20,7 +20,7 @@ jobs:
2020
run: pip3 install git-filter-repo
2121
- name: Semantic release
2222
id: semantic
23-
uses: cycjimmy/semantic-release-action@v2
23+
uses: cycjimmy/semantic-release-action@v3
2424
with:
2525
extra_plugins: |
2626
@semantic-release/exec

0 commit comments

Comments
 (0)