mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ea1664f30b
commit
49492235fe
2
.github/workflows/bcc.yml
vendored
2
.github/workflows/bcc.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
2
.github/workflows/build-phar.yml
vendored
2
.github/workflows/build-phar.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # required for composer to automatically detect root package version
|
||||
|
||||
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Get Composer Cache Directories
|
||||
id: composer-cache
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Get Composer Cache Directories
|
||||
id: composer-cache
|
||||
@ -149,7 +149,7 @@ jobs:
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Get Composer Cache Directories
|
||||
id: composer-cache
|
||||
|
2
.github/workflows/shepherd.yml
vendored
2
.github/workflows/shepherd.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.2'
|
||||
|
2
.github/workflows/windows-ci.yml
vendored
2
.github/workflows/windows-ci.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
env:
|
||||
fail-fast: true
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Get Composer Cache Directories
|
||||
id: composer-cache
|
||||
|
Loading…
Reference in New Issue
Block a user