Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0d6b2a8

Browse files
Update github-actions
1 parent b9e61a6 commit 0d6b2a8

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

‎.github/workflows/apiref.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: "Checkout"
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
ref: ${{ matrix.branch }}
3232

@@ -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/backward-compatibility.yml

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

1818
steps:
1919
- name: "Checkout"
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323

‎.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout"
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: "Install PHP"
3131
uses: "shivammathur/setup-php@v2"
@@ -49,10 +49,10 @@ jobs:
4949

5050
steps:
5151
- name: "Checkout"
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353

5454
- name: "Checkout build-cs"
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
with:
5757
repository: "phpstan/build-cs"
5858
path: "build-cs"
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: "Checkout"
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v5
105105

106106
- name: "Install PHP"
107107
uses: "shivammathur/setup-php@v2"
@@ -137,7 +137,7 @@ jobs:
137137

138138
steps:
139139
- name: "Checkout"
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v5
141141

142142
- name: "Install PHP"
143143
uses: "shivammathur/setup-php@v2"

‎.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: "ubuntu-latest"
2222
steps:
2323
- name: "Checkout"
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}

‎.github/workflows/merge-maintained-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: "Checkout"
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
- name: "Merge branch"
1818
uses: everlytic/branch-merge@1.1.5
1919
with:

‎.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/release.yml

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

1515
steps:
1616
- name: "Checkout"
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Generate changelog
2020
id: changelog

‎.github/workflows/send-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
php-version: "8.1"
1919

2020
- name: "Checkout phpstan-src"
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
repository: phpstan/phpstan-src
2424
path: phpstan-src
@@ -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

‎.github/workflows/test-slevomat-coding-standard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626

2727
steps:
2828
- name: "Checkout"
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030

3131
- name: "Checkout Slevomat Coding Standard"
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
repository: slevomat/coding-standard
3535
path: slevomat-cs

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /