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
d1821b8a816578070ed8fd018f321f6d pr-feedback.yml
9799b1a6a842b5c0076b76de651a0e0d sync-workflow-templates.yml
94c65e30a77686c079c6dfa54a008440 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
path: source
repository: nextcloud/.github

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