Skip to content

Commit a72974d

Browse files
authored
Merge pull request #13 from codebytes/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 57ec4b9 + 8c048d7 commit a72974d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/marp-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
build:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828
- name: Copy images
2929
run: mkdir build && cp -R slides/img build/img && cp -R slides/themes build/themes
3030

0 commit comments

Comments
 (0)