Skip to content

Commit 16f3068

Browse files
chore(deps): update actions/checkout action to v6 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1afdef3 commit 16f3068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_gh_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
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
- name: Configure Pages
2828
uses: actions/configure-pages@v5
2929
- name: Install Node.js

0 commit comments

Comments
 (0)