Skip to content

Commit 6747aaa

Browse files
dependabot[bot]dunglas
authored andcommitted
ci: bump actions/checkout from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c764ad commit 6747aaa

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo ref="${FRANKENPHP_LATEST_TAG}"
9191
echo skip=false
9292
} >> "${GITHUB_OUTPUT}"
93-
- uses: actions/checkout@v5
93+
- uses: actions/checkout@v6
9494
if: ${{ !fromJson(steps.check.outputs.skip) }}
9595
with:
9696
ref: ${{ steps.check.outputs.ref }}
@@ -152,7 +152,7 @@ jobs:
152152
run: echo "sanitized_platform=${PLATFORM//\//-}" >> "${GITHUB_OUTPUT}"
153153
env:
154154
PLATFORM: ${{ matrix.platform }}
155-
- uses: actions/checkout@v5
155+
- uses: actions/checkout@v6
156156
with:
157157
ref: ${{ needs.prepare.outputs.ref }}
158158
persist-credentials: false

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Code
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false

.github/workflows/sanitizers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- name: Remove local PHP
4242
run: sudo apt-get remove --purge --autoremove 'php*' 'libmemcached*'
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
with:
4545
persist-credentials: false
4646
- uses: actions/setup-go@v6

.github/workflows/static.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
REF: ${{ (github.ref_type == 'tag' && github.ref_name) || (github.event_name == 'workflow_dispatch' && inputs.version) || '' }}
65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666
with:
6767
ref: ${{ steps.check.outputs.ref }}
6868
persist-credentials: false
@@ -108,7 +108,7 @@ jobs:
108108
run: echo "sanitized_platform=${PLATFORM//\//-}" >> "${GITHUB_OUTPUT}"
109109
env:
110110
PLATFORM: ${{ matrix.platform }}
111-
- uses: actions/checkout@v5
111+
- uses: actions/checkout@v6
112112
with:
113113
ref: ${{ needs.prepare.outputs.ref }}
114114
persist-credentials: false
@@ -260,7 +260,7 @@ jobs:
260260
run: echo "sanitized_platform=${PLATFORM//\//-}" >> "${GITHUB_OUTPUT}"
261261
env:
262262
PLATFORM: ${{ matrix.platform }}
263-
- uses: actions/checkout@v5
263+
- uses: actions/checkout@v6
264264
with:
265265
ref: ${{ needs.prepare.outputs.ref }}
266266
persist-credentials: false
@@ -442,7 +442,7 @@ jobs:
442442
env:
443443
HOMEBREW_NO_AUTO_UPDATE: 1
444444
steps:
445-
- uses: actions/checkout@v5
445+
- uses: actions/checkout@v6
446446
with:
447447
ref: ${{ needs.prepare.outputs.ref }}
448448
persist-credentials: false

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GOMAXPROCS: 10
3737
LIBRARY_PATH: ${{ github.workspace }}/watcher/target/lib
3838
steps:
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
with:
4141
persist-credentials: false
4242
- uses: actions/setup-go@v6
@@ -99,7 +99,7 @@ jobs:
9999
env:
100100
HOMEBREW_NO_AUTO_UPDATE: 1
101101
steps:
102-
- uses: actions/checkout@v5
102+
- uses: actions/checkout@v6
103103
with:
104104
persist-credentials: false
105105
- uses: actions/setup-go@v6

0 commit comments

Comments
 (0)