mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Update GitHub Action workflows to actions/checkout@v6 (master)
This commit is contained in:
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- name: git checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
2
.github/workflows/verify-bundled-files.yml
vendored
2
.github/workflows/verify-bundled-files.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: git checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Detect changed files
|
||||
uses: dorny/paths-filter@v3
|
||||
|
||||
Reference in New Issue
Block a user