Skip to content

Commit 472db7a

Browse files
authored
Merge pull request #4 from helpful-info/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents b37b0d6 + 30dd90e commit 472db7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
echo "::error file=.github/workflows/deploy-github-pages.yml::Please change the ENV configuration to real-world values" && exit 1
160160
161161
- name: Checkout
162-
uses: actions/checkout@v4
162+
uses: actions/checkout@v5
163163

164164
- name: Set up Node.js version
165165
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)