Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
9f2b534bea27e8ec2dda7c1d772a664b block-merge-eol.yml
2581a67c5bcdcd570427e6d51db767d7 fixup.yml
3c4a096b3b7dbaef0f8e5190ffe13518 pr-feedback.yml
e3c7b8f43850ad1d31c67fc0082b6bb8 sync-workflow-templates.yml
9799b1a6a842b5c0076b76de651a0e0d sync-workflow-templates.yml
4 changes: 2 additions & 2 deletions .github/workflows/sync-workflow-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
require: admin

- name: Checkout workflow repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
path: source
repository: nextcloud/.github

- name: Checkout app
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
path: target
Expand Down
Loading