We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df54dbe commit a802b6dCopy full SHA for a802b6d
.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: |
0 commit comments