We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c78fb59 + dc7636d commit 421be3dCopy full SHA for 421be3d
.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@v4
+ - uses: actions/checkout@v5
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