Skip to content

Commit 55cbf24

Browse files
authored
Merge pull request #53 from sheeeng/dependabot/github_actions/github-actions-same-version-76468cb07f
chore(deps): bump actions/checkout from 5 to 6 in the github-actions-same-version group
2 parents 5778ffe + a8a973a commit 55cbf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
url: ${{ steps.deployment.outputs.page_url }}
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- name: Install Node.js
2929
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)