Skip to content

Commit fbe05e7

Browse files
authored
Merge pull request #8 from helpful-info/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 54333e6 + 6c44461 commit fbe05e7

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@v5
162+
uses: actions/checkout@v6
163163

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

0 commit comments

Comments
 (0)