Skip to content

Commit 99d25f5

Browse files
chore(deps): bump actions/checkout action
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46cdd0c commit 99d25f5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/appstore-conventional-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
4848
4949
- name: Checkout
50-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
50+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
with:
5252
token: ${{ secrets.RELEASE_PAT }}
5353
fetch-depth: 0

.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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
15+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
node-version: 'false'
3939
install: true
4040
- name: Checkout Mail
41-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
41+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4242
with:
4343
path: nextcloud/apps/mail
4444
fetch-depth: 2
@@ -158,7 +158,7 @@ jobs:
158158
php -f nextcloud/occ config:system:set memcache.local --value='\OC\Memcache\Redis'
159159
php -f nextcloud/occ config:system:set memcache.distributed --value='\OC\Memcache\Redis'
160160
- name: Checkout Mail
161-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
161+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
162162
with:
163163
path: nextcloud/apps/mail
164164
fetch-depth: 2
@@ -205,7 +205,7 @@ jobs:
205205
runs-on: ubuntu-latest
206206
name: Front-end unit tests
207207
steps:
208-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
208+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
209209
- name: Read package.json node and npm engines version
210210
uses: skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
211211
id: versions
@@ -232,7 +232,7 @@ jobs:
232232
branches-min: ${{ steps.versions.outputs.branches-min }}
233233
steps:
234234
- name: Checkout app
235-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
235+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
236236
- name: Get version matrix
237237
id: versions
238238
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
@@ -258,7 +258,7 @@ jobs:
258258
php -f nextcloud/occ config:system:set app.mail.debug --type=bool --value=true
259259
php -f nextcloud/occ config:system:set app.mail.verify-tls-peer --type=bool --value=false
260260
- name: Check out the app
261-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
261+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
262262
with:
263263
path: nextcloud/apps/mail
264264
- name: Install php dependencies

0 commit comments

Comments
 (0)