Skip to content

Commit 5cc1b78

Browse files
authored
Merge pull request #52 from NaridaL/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents a478b69 + bd42b3f commit 5cc1b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout 🛎️
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010

1111
- name: Install and Build 🔧
1212
run: |

0 commit comments

Comments
 (0)