Skip to content

Commit

Permalink
README: update example (actions/checkout@v4) (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
cagix authored Sep 5, 2023
1 parent a327a57 commit 7830b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
slides:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: cagix/pandoc-lecture@master
with:
Expand All @@ -166,7 +166,7 @@ jobs:
hugo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: cagix/pandoc-lecture@master
with:
Expand Down

0 comments on commit 7830b8a

Please sign in to comment.