Skip to content

Commit b7804aa

Browse files
authored
chore: Upgrade CI workflows to use non-deprecated runtimes (#3)
1 parent 4b037fe commit b7804aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/lock.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lock:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: dessant/lock-threads@v3
11+
- uses: dessant/lock-threads@v4
1212
with:
1313
github-token: ${{ secrets.GITHUB_TOKEN }}
1414
issue-comment: >

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Release
28-
uses: cycjimmy/semantic-release-action@v2
28+
uses: cycjimmy/semantic-release-action@v3
2929
with:
3030
semantic_version: 18.0.0
3131
extra_plugins: |

0 commit comments

Comments
 (0)