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 b120f36 commit 2589b19Copy full SHA for 2589b19
.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
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
- name: Release
28
- uses: cycjimmy/semantic-release-action@v2
+ uses: cycjimmy/semantic-release-action@v3
29
30
semantic_version: 18.0.0
31
extra_plugins: |
0 commit comments