Skip to content

Commit 4dca946

Browse files
chore(deps): bump actions/checkout digest
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 76688a4 commit 4dca946

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build release tarball
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
15+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1616
- name: Read package.json node and npm engines version
1717
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
1818
id: versions

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version: 'false'
3636
install: true
3737
- name: Checkout Mail
38-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
38+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3939
with:
4040
path: nextcloud/apps/mail
4141
fetch-depth: 2
@@ -160,7 +160,7 @@ jobs:
160160
php -f nextcloud/occ config:system:set memcache.local --value='\OC\Memcache\Redis'
161161
php -f nextcloud/occ config:system:set memcache.distributed --value='\OC\Memcache\Redis'
162162
- name: Checkout Mail
163-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
163+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
164164
with:
165165
path: nextcloud/apps/mail
166166
fetch-depth: 2
@@ -214,7 +214,7 @@ jobs:
214214
runs-on: ubuntu-latest
215215
name: Front-end unit tests
216216
steps:
217-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
217+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
218218
- name: Read package.json node and npm engines version
219219
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
220220
id: versions
@@ -267,7 +267,7 @@ jobs:
267267
php -f nextcloud/occ config:system:set app.mail.debug --type=bool --value=true
268268
php -f nextcloud/occ config:system:set app.mail.verify-tls-peer --type=bool --value=false
269269
- name: Check out the app
270-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
270+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
271271
with:
272272
path: nextcloud/apps/mail
273273
- name: Install php dependencies

.github/workflows/update-public-suffix-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: update-public-suffix-list-${{ matrix.branches }}
2222

2323
steps:
24-
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
24+
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5
2525
with:
2626
ref: ${{ matrix.branches }}
2727
submodules: true

0 commit comments

Comments
 (0)