Skip to content

Commit e466447

Browse files
Update actions/checkout action to v5 (#682)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8bcc71a commit e466447

15 files changed

+34
-34
lines changed

.github/workflows/ci_linux_alpine_x86_64_musl.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
alpine_version: '3.22'
6868
coverage: 'true'
6969
steps:
70-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
70+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7171
with:
7272
fetch-depth: 0
7373

@@ -121,7 +121,7 @@ jobs:
121121
openssl-dev cyrus-sasl-dev cyrus-sasl cyrus-sasl-login \
122122
cyrus-sasl-crammd5 cyrus-sasl-digestmd5 cyrus-sasl-gssapiv2 cyrus-sasl-scram \
123123
krb5-libs openssl zlib zlib-dev zstd-libs
124-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
124+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
125125
with:
126126
fetch-depth: 0
127127
- name: Configure git safe directory
@@ -158,7 +158,7 @@ jobs:
158158
- ruby: '3.4'
159159
coverage: 'true'
160160
steps:
161-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
161+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
162162
with:
163163
fetch-depth: 0
164164
- name: Download precompiled library

.github/workflows/ci_linux_alpine_x86_64_musl_complementary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
openssl-dev cyrus-sasl-dev cyrus-sasl cyrus-sasl-login \
7777
cyrus-sasl-crammd5 cyrus-sasl-digestmd5 cyrus-sasl-gssapiv2 cyrus-sasl-scram \
7878
krb5-libs openssl zlib zlib-dev zstd-libs
79-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
79+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080
with:
8181
fetch-depth: 0
8282
- name: Configure git safe directory
@@ -113,7 +113,7 @@ jobs:
113113
- ruby: '3.1'
114114
alpine_version: '3.21'
115115
steps:
116-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
116+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
117117
with:
118118
fetch-depth: 0
119119

@@ -197,7 +197,7 @@ jobs:
197197
- '3.1'
198198
runs-on: ubuntu-latest
199199
steps:
200-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
200+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
201201
with:
202202
fetch-depth: 0
203203
- name: Download precompiled library

.github/workflows/ci_linux_debian_x86_64_gnu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
coverage: 'true'
7777
runs-on: ubuntu-latest
7878
steps:
79-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
79+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080
with:
8181
fetch-depth: 0
8282

@@ -161,7 +161,7 @@ jobs:
161161
# This is why we do not want Renovate to update it automatically
162162
runs-on: ubuntu-22.04 # renovate: ignore
163163
steps:
164-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
164+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
165165
with:
166166
fetch-depth: 0
167167
- name: Install build dependencies
@@ -232,7 +232,7 @@ jobs:
232232

233233
runs-on: ubuntu-latest
234234
steps:
235-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
235+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
236236
with:
237237
fetch-depth: 0
238238
- name: Download precompiled library

.github/workflows/ci_linux_debian_x86_64_gnu_complementary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- 'trixie'
7979
runs-on: ubuntu-22.04 # renovate: ignore
8080
steps:
81-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
81+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8282
with:
8383
fetch-depth: 0
8484
- name: Install build dependencies
@@ -144,7 +144,7 @@ jobs:
144144
debian: 'trixie'
145145
runs-on: ubuntu-latest
146146
steps:
147-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
147+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
148148
with:
149149
fetch-depth: 0
150150

@@ -262,7 +262,7 @@ jobs:
262262
debian: 'trixie'
263263
runs-on: ubuntu-latest
264264
steps:
265-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
265+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
266266
with:
267267
fetch-depth: 0
268268
- name: Download precompiled library

.github/workflows/ci_linux_ubuntu_aarch64_gnu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
continue-on-error: true
7575
runs-on: ubuntu-${{ matrix.ubuntu-version }}-arm
7676
steps:
77-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
77+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7878
with:
7979
fetch-depth: 0
8080
- name: Set up Ruby
@@ -132,7 +132,7 @@ jobs:
132132
# This is why we do not want Renovate to update it automatically
133133
runs-on: ubuntu-22.04-arm # renovate: ignore
134134
steps:
135-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
135+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
136136
with:
137137
fetch-depth: 0
138138
- name: Install build dependencies
@@ -200,7 +200,7 @@ jobs:
200200

201201
runs-on: ubuntu-${{ matrix.ubuntu-version }}-arm
202202
steps:
203-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
203+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
204204
with:
205205
fetch-depth: 0
206206
- name: Download precompiled library

.github/workflows/ci_linux_ubuntu_aarch64_gnu_complementary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# This is why we do not want Renovate to update it automatically
7171
runs-on: ubuntu-22.04-arm # renovate: ignore
7272
steps:
73-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
73+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7474
with:
7575
fetch-depth: 0
7676
- name: Install build dependencies
@@ -138,7 +138,7 @@ jobs:
138138
continue-on-error: true
139139
runs-on: ubuntu-${{ matrix.ubuntu-version }}-arm
140140
steps:
141-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
141+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
142142
with:
143143
fetch-depth: 0
144144
- name: Set up Ruby
@@ -215,7 +215,7 @@ jobs:
215215

216216
runs-on: ubuntu-${{ matrix.ubuntu-version }}-arm
217217
steps:
218-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
218+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
219219
with:
220220
fetch-depth: 0
221221
- name: Download precompiled library

.github/workflows/ci_linux_ubuntu_x86_64_gnu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
continue-on-error: true
7575
runs-on: ubuntu-${{ matrix.ubuntu-version }}
7676
steps:
77-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
77+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7878
with:
7979
fetch-depth: 0
8080
- name: Set up Ruby
@@ -142,7 +142,7 @@ jobs:
142142
# This is why we do not want Renovate to update it automatically
143143
runs-on: ubuntu-22.04 # renovate: ignore
144144
steps:
145-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
145+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
146146
with:
147147
fetch-depth: 0
148148
- name: Install build dependencies
@@ -210,7 +210,7 @@ jobs:
210210

211211
runs-on: ubuntu-${{ matrix.ubuntu-version }}
212212
steps:
213-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
213+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
214214
with:
215215
fetch-depth: 0
216216
- name: Download precompiled library

.github/workflows/ci_linux_ubuntu_x86_64_gnu_complementary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# This is why we do not want Renovate to update it automatically
7070
runs-on: ubuntu-22.04 # renovate: ignore
7171
steps:
72-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
72+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7373
with:
7474
fetch-depth: 0
7575
- name: Install build dependencies
@@ -137,7 +137,7 @@ jobs:
137137
continue-on-error: true
138138
runs-on: ubuntu-${{ matrix.ubuntu-version }}
139139
steps:
140-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
140+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
141141
with:
142142
fetch-depth: 0
143143
- name: Set up Ruby
@@ -214,7 +214,7 @@ jobs:
214214

215215
runs-on: ubuntu-${{ matrix.ubuntu-version }}
216216
steps:
217-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
217+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
218218
with:
219219
fetch-depth: 0
220220
- name: Download precompiled library

.github/workflows/ci_macos_arm64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
macos-version: 'macos-14'
4646
runs-on: ${{ matrix.macos-version }}
4747
steps:
48-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
48+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4949
with:
5050
fetch-depth: 0
5151
- name: Install Bash 4+ and Kerberos
@@ -141,7 +141,7 @@ jobs:
141141
timeout-minutes: 45
142142
runs-on: macos-14
143143
steps:
144-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
144+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
145145
with:
146146
fetch-depth: 0
147147
- name: Install Bash 4+ and Kerberos
@@ -189,7 +189,7 @@ jobs:
189189
macos-version: 'macos-14'
190190
runs-on: ${{ matrix.macos-version }}
191191
steps:
192-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
192+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
193193
with:
194194
fetch-depth: 0
195195
- name: Download precompiled library

.github/workflows/push_linux_aarch64_gnu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write
2424
id-token: write
2525
steps:
26-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
26+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2727
with:
2828
fetch-depth: 0
2929
- name: Install build dependencies

0 commit comments

Comments
 (0)