We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639f9c5 commit 329e240Copy full SHA for 329e240
.github/workflows/syncrepos.yaml
@@ -15,11 +15,11 @@ jobs:
15
contents: write
16
steps:
17
- name: Checkout our semester-repo
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
with:
20
fetch-depth: 0
21
- name: Checkout external lecture-repo (_gfm branch)
22
23
24
repository: Programmiermethoden-CampusMinden/Prog2-Lecture ## TODO (org/repo)
25
0 commit comments