Skip to content

Commit 7b11781

Browse files
renovate-botondrejmirtes
authored andcommitted
Update actions/checkout action to v3
1 parent a258a8e commit 7b11781

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

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

1717
steps:
1818
- name: "Checkout"
19-
uses: "actions/checkout@v2"
19+
uses: actions/checkout@v3
2020

2121
- name: "Create release"
2222
uses: softprops/action-gh-release@v1

.github/workflows/send-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
php-version: "8.0"
1919

2020
- name: "Checkout phpstan-src"
21-
uses: "actions/checkout@v2"
21+
uses: actions/checkout@v3
2222
with:
2323
repository: phpstan/phpstan-src
2424
path: phpstan-src

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: "ubuntu-latest"
1717
steps:
1818
- name: "Checkout"
19-
uses: "actions/checkout@v2"
19+
uses: actions/checkout@v3
2020
with:
2121
ref: ${{ github.head_ref }}
2222
fetch-depth: '0'
@@ -30,7 +30,7 @@ jobs:
3030
run: "composer install"
3131
working-directory: ./extractor
3232
- name: "Checkout"
33-
uses: "actions/checkout@v2"
33+
uses: actions/checkout@v3
3434
with:
3535
repository: "php/php-src"
3636
path: "php-src"

0 commit comments

Comments
 (0)