We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6c98a8 + 6494cab commit 51c548cCopy full SHA for 51c548c
.github/workflows/dotnetversionsweeper.yml
@@ -21,7 +21,7 @@ jobs:
21
22
# Checkout the repo into the workspace within the VM
23
steps:
24
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
25
26
# If triggered manually, print the reason why
27
- name: 'Print manual run reason'
.github/workflows/marp-pages.yml
@@ -25,7 +25,7 @@ jobs:
build:
runs-on: ubuntu-latest
28
29
- name: Copy images
30
run: mkdir build && cp -R slides/img build/img && cp -R slides/themes build/themes
31
0 commit comments