We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa86bd commit 23b9093Copy full SHA for 23b9093
.github/workflows/lock-closed-issues.yml
@@ -8,7 +8,7 @@ jobs:
8
lock:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: dessant/lock-threads@v3
+ - uses: dessant/lock-threads@v4
12
with:
13
github-token: ${{ github.token }}
14
issue-inactive-days: '31'
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Generate changelog
20
id: changelog
21
- uses: metcalfc/changelog-generator@v3.0.0
+ uses: metcalfc/changelog-generator@v4.0.1
22
23
myToken: ${{ secrets.PHPSTAN_BOT_TOKEN }}
24
0 commit comments