Skip to content

Commit 7fdb8a0

Browse files
Update github-actions
1 parent b9e61a6 commit 7fdb8a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apiref.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: "ubuntu-latest"
6464

6565
steps:
66-
- uses: actions/download-artifact@v4
66+
- uses: actions/download-artifact@v5
6767
with:
6868
pattern: docs-*
6969
path: docs

.github/workflows/release-tweet.yml

Lines changed: 1 addition & 1 deletion
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/send-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: "Create Pull Request"
3737
id: create-pr
38-
uses: peter-evans/create-pull-request@v6
38+
uses: peter-evans/create-pull-request@v7
3939
with:
4040
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
4141
path: ./phpstan-src

0 commit comments

Comments
 (0)