Skip to content

Commit f2afc97

Browse files
committed
/checkout@v4 /lock-threads@v5
1 parent 17df1e4 commit f2afc97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: windows-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525
- name: Install SQL Local DB

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # for dessant/lock-threads to lock PRs
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: dessant/lock-threads@v2
17+
- uses: dessant/lock-threads@v5
1818
with:
1919
github-token: ${{ github.token }}
2020
issue-lock-inactive-days: 31

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
- name: Install SQL Local DB

0 commit comments

Comments
 (0)