Skip to content

Commit 872c9bd

Browse files
committed
Update GitHub Action workflows to actions/checkout@v6 (8.5)
1 parent 1db177b commit 872c9bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/real-time-benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,21 +118,21 @@ jobs:
118118
sudo apt-get update -y
119119
sudo apt-get install -y terraform=1.5.7-*
120120
- name: Checkout benchmark suite
121-
uses: actions/checkout@v5
121+
uses: actions/checkout@v6
122122
with:
123123
repository: 'kocsismate/php-version-benchmarks'
124124
ref: 'main'
125125
fetch-depth: 1
126126
path: 'php-version-benchmarks'
127127
- name: Checkout php-src (benchmarked version)
128-
uses: actions/checkout@v5
128+
uses: actions/checkout@v6
129129
with:
130130
repository: '${{ env.REPOSITORY }}'
131131
ref: '${{ env.COMMIT }}'
132132
fetch-depth: 100
133133
path: 'php-version-benchmarks/tmp/php_${{ env.ID }}'
134134
- name: Checkout php-src (baseline version)
135-
uses: actions/checkout@v5
135+
uses: actions/checkout@v6
136136
with:
137137
repository: '${{ env.REPOSITORY }}'
138138
ref: '${{ env.BASELINE_COMMIT }}'
@@ -146,7 +146,7 @@ jobs:
146146
rm -rf ./php-version-benchmarks/docs/results
147147
- name: Checkout benchmark data
148148
if: github.event_name != 'workflow_dispatch'
149-
uses: actions/checkout@v5
149+
uses: actions/checkout@v6
150150
with:
151151
repository: php/real-time-benchmark-data
152152
ssh-key: ${{ secrets.PHP_VERSION_BENCHMARK_RESULTS_DEPLOY_KEY }}

0 commit comments

Comments
 (0)