Skip to content

Commit 31bfa94

Browse files
authored
Merge pull request #15237 from nextcloud/automated/noid/master-update-workflows
[master] ci(actions): Update workflow templates from organization template repository
2 parents 856ba79 + 2d348bd commit 31bfa94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions-lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
9f2b534bea27e8ec2dda7c1d772a664b block-merge-eol.yml
44
2581a67c5bcdcd570427e6d51db767d7 fixup.yml
55
3c4a096b3b7dbaef0f8e5190ffe13518 pr-feedback.yml
6-
e3c7b8f43850ad1d31c67fc0082b6bb8 sync-workflow-templates.yml
6+
9799b1a6a842b5c0076b76de651a0e0d sync-workflow-templates.yml

.github/workflows/sync-workflow-templates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
require: admin
4444

4545
- name: Checkout workflow repository
46-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
46+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4747
with:
4848
persist-credentials: false
4949
path: source
5050
repository: nextcloud/.github
5151

5252
- name: Checkout app
53-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
53+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5454
with:
5555
persist-credentials: false
5656
path: target

0 commit comments

Comments
 (0)