Skip to content

Commit d0031b4

Browse files
chore(deps): update github-actions
1 parent e3e7773 commit d0031b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@v5
1212
with:
1313
github-token: ${{ github.token }}
1414
issue-inactive-days: '31'

.github/workflows/release-tweet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
tweet:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: Eomm/why-don-t-you-tweet@v1
13+
- uses: Eomm/why-don-t-you-tweet@v2
1414
if: ${{ !github.event.repository.private }}
1515
with:
1616
# GitHub event payload

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

0 commit comments

Comments
 (0)