Skip to content

Commit 23b9093

Browse files
renovate[bot]ondrejmirtes
authored andcommittedMar 13, 2023
Update github-actions to v4
1 parent 6aa86bd commit 23b9093

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.0.1
2222
with:
2323
myToken: ${{ secrets.PHPSTAN_BOT_TOKEN }}
2424

0 commit comments

Comments
 (0)
Please sign in to comment.