Skip to content

Commit 94fc6ff

Browse files
Update actions/checkout action to v4 (#113)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Support fetching without the --progress option](https://togithub.com/actions/checkout/pull/1067) - [Update to node20](https://togithub.com/actions/checkout/pull/1436) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cloud-py-api/nc_py_api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC44IiwidXBkYXRlZEluVmVyIjoiMzYuNzguOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f4e225 commit 94fc6ff

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Analysis
2828

2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3131
- uses: actions/setup-python@v4
3232
with:
3333
python-version: "3.9"
@@ -109,7 +109,7 @@ jobs:
109109
php -S localhost:8080 &
110110
111111
- name: Checkout NcPyApi
112-
uses: actions/checkout@v3
112+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
113113
with:
114114
path: nc_py_api
115115

@@ -118,7 +118,7 @@ jobs:
118118
run: python3 -m pip -v install ".[dev]"
119119

120120
- name: Checkout AppEcosystemV2
121-
uses: actions/checkout@v3
121+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
122122
with:
123123
path: apps/app_ecosystem_v2
124124
repository: cloud-py-api/app_ecosystem_v2
@@ -138,7 +138,7 @@ jobs:
138138
timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null
139139
140140
- name: Checkout Talk
141-
uses: actions/checkout@v3
141+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
142142
with:
143143
path: apps/spreed
144144
repository: nextcloud/spreed
@@ -264,7 +264,7 @@ jobs:
264264
php -S localhost:8080 &
265265
266266
- name: Checkout NcPyApi
267-
uses: actions/checkout@v3
267+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
268268
with:
269269
path: nc_py_api
270270

@@ -273,7 +273,7 @@ jobs:
273273
run: python3 -m pip -v install ".[dev]"
274274

275275
- name: Checkout AppEcosystemV2
276-
uses: actions/checkout@v3
276+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
277277
if: ${{ !startsWith(matrix.nextcloud, '26.') }}
278278
with:
279279
path: apps/app_ecosystem_v2
@@ -295,7 +295,7 @@ jobs:
295295
timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null
296296
297297
- name: Checkout Talk
298-
uses: actions/checkout@v3
298+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
299299
with:
300300
path: apps/spreed
301301
repository: nextcloud/spreed
@@ -408,7 +408,7 @@ jobs:
408408
php -S localhost:8080 &
409409
410410
- name: Checkout NcPyApi
411-
uses: actions/checkout@v3
411+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
412412
with:
413413
path: nc_py_api
414414

@@ -417,7 +417,7 @@ jobs:
417417
run: python3 -m pip -v install ".[dev]"
418418

419419
- name: Checkout AppEcosystemV2
420-
uses: actions/checkout@v3
420+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
421421
with:
422422
path: apps/app_ecosystem_v2
423423
repository: cloud-py-api/app_ecosystem_v2
@@ -501,14 +501,14 @@ jobs:
501501
python-version: 3.11
502502

503503
- name: Checkout server
504-
uses: actions/checkout@v3
504+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
505505
with:
506506
submodules: true
507507
repository: nextcloud/server
508508
ref: "master"
509509

510510
- name: Checkout Notifications
511-
uses: actions/checkout@v3
511+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
512512
with:
513513
repository: nextcloud/notifications
514514
ref: "master"
@@ -528,7 +528,7 @@ jobs:
528528
php -S localhost:8080 &
529529
530530
- name: Checkout NcPyApi
531-
uses: actions/checkout@v3
531+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
532532
with:
533533
path: nc_py_api
534534

@@ -537,7 +537,7 @@ jobs:
537537
run: python3 -m pip -v install ".[dev]"
538538

539539
- name: Checkout AppEcosystemV2
540-
uses: actions/checkout@v3
540+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
541541
with:
542542
path: apps/app_ecosystem_v2
543543
repository: cloud-py-api/app_ecosystem_v2
@@ -556,7 +556,7 @@ jobs:
556556
timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null
557557
558558
- name: Checkout Talk
559-
uses: actions/checkout@v3
559+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
560560
with:
561561
path: apps/spreed
562562
repository: nextcloud/spreed
@@ -640,21 +640,21 @@ jobs:
640640
python-version: '3.12-dev'
641641

642642
- name: Checkout server
643-
uses: actions/checkout@v3
643+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
644644
with:
645645
submodules: true
646646
repository: nextcloud/server
647647
ref: "master"
648648

649649
- name: Checkout Notifications
650-
uses: actions/checkout@v3
650+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
651651
with:
652652
repository: nextcloud/notifications
653653
ref: "master"
654654
path: apps/notifications
655655

656656
- name: Checkout Activity
657-
uses: actions/checkout@v3
657+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
658658
with:
659659
repository: nextcloud/activity
660660
ref: "master"
@@ -675,7 +675,7 @@ jobs:
675675
php -S localhost:8080 &
676676
677677
- name: Checkout NcPyApi
678-
uses: actions/checkout@v3
678+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
679679
with:
680680
path: nc_py_api
681681

@@ -684,7 +684,7 @@ jobs:
684684
run: python3 -m pip -v install . pytest coverage pillow
685685

686686
- name: Checkout Talk
687-
uses: actions/checkout@v3
687+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
688688
with:
689689
path: apps/spreed
690690
repository: nextcloud/spreed
@@ -756,21 +756,21 @@ jobs:
756756
python-version: 3.11
757757

758758
- name: Checkout server
759-
uses: actions/checkout@v3
759+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
760760
with:
761761
submodules: true
762762
repository: nextcloud/server
763763
ref: ${{ matrix.nextcloud }}
764764

765765
- name: Checkout Notifications
766-
uses: actions/checkout@v3
766+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
767767
with:
768768
repository: nextcloud/notifications
769769
ref: ${{ matrix.nextcloud }}
770770
path: apps/notifications
771771

772772
- name: Checkout Activity
773-
uses: actions/checkout@v3
773+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
774774
with:
775775
repository: nextcloud/activity
776776
ref: ${{ matrix.nextcloud }}
@@ -791,7 +791,7 @@ jobs:
791791
php -S localhost:8080 &
792792
793793
- name: Checkout NcPyApi
794-
uses: actions/checkout@v3
794+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
795795
with:
796796
path: nc_py_api
797797

@@ -800,7 +800,7 @@ jobs:
800800
run: python3 -m pip -v install ".[dev]"
801801

802802
- name: Checkout AppEcosystemV2
803-
uses: actions/checkout@v3
803+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
804804
with:
805805
path: apps/app_ecosystem_v2
806806
repository: cloud-py-api/app_ecosystem_v2
@@ -823,7 +823,7 @@ jobs:
823823
timeout 3m tail --pid=$(cat /tmp/_install.pid) -f /dev/null
824824
825825
- name: Checkout Talk
826-
uses: actions/checkout@v3
826+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
827827
with:
828828
path: apps/spreed
829829
repository: nextcloud/spreed

.github/workflows/docs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1414
- uses: actions/setup-python@v4
1515
with:
1616
python-version: '3.10'

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1515
- uses: actions/setup-python@v4
1616
with:
1717
python-version: '3.10'

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1515
- name: Setup Python
1616
uses: actions/setup-python@v4
1717
with:
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-22.04
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4444
- name: Get tag
4545
run: |
4646
RELEASE_VERSION=$(sed -n "s/^__version__.*\"\(.*\)\"$/\\1/p" ./nc_py_api/_version.py)

0 commit comments

Comments
 (0)