Skip to content

Commit 9d4e8eb

Browse files
authored
chore: Upgrade CI workflows to use non-deprecated runtimes (#333)
1 parent 6d894d1 commit 9d4e8eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
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: >

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Release
27-
uses: cycjimmy/semantic-release-action@v2
27+
uses: cycjimmy/semantic-release-action@v3
2828
with:
2929
semantic_version: 18.0.0
3030
extra_plugins: |

0 commit comments

Comments
 (0)