Skip to content

Commit 8f72e23

Browse files
Update github-actions to v4
1 parent 60eb6cb commit 8f72e23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lock-closed-issues.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: ${{ github.token }}
1414
issue-inactive-days: '31'

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Generate changelog
2020
id: changelog
21-
uses: metcalfc/changelog-generator@v3.0.0
21+
uses: metcalfc/changelog-generator@v4.1.0
2222
with:
2323
myToken: ${{ secrets.PHPSTAN_BOT_TOKEN }}
2424

0 commit comments

Comments
 (0)