Skip to content

Commit 3cb8557

Browse files
authored
Upgrade GitHub Actions to checkout@v5 and deploy-pages@v4
1 parent 121743c commit 3cb8557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
ref: ${{ github.event.inputs.branch }}
2323

0 commit comments

Comments
 (0)