We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c0694 commit 8ca3317Copy full SHA for 8ca3317
.github/workflows/lock.yml
@@ -8,7 +8,7 @@ jobs:
8
lock:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: dessant/lock-threads@v3
+ - uses: dessant/lock-threads@v4
12
with:
13
github-token: ${{ secrets.GITHUB_TOKEN }}
14
issue-comment: >
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
28
- name: Release
29
- uses: cycjimmy/semantic-release-action@v2
+ uses: cycjimmy/semantic-release-action@v3
30
31
semantic_version: 18.0.0
32
extra_plugins: |
.github/workflows/unit-test.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v3
24
25
- name: Set up Python 3.8
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
python-version: 3.8
0 commit comments