Skip to content

Commit 329e240

Browse files
authored
tooling: switch to actions/checkout@v5
1 parent 639f9c5 commit 329e240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/syncrepos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: Checkout our semester-repo
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
- name: Checkout external lecture-repo (_gfm branch)
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
repository: Programmiermethoden-CampusMinden/Prog2-Lecture ## TODO (org/repo)
2525
fetch-depth: 0

0 commit comments

Comments
 (0)