Skip to content

Commit 8a4855a

Browse files
authored
Merge pull request #5 from luftfartsverket/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 07608b3 + d2c3fdb commit 8a4855a

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@v4
26+
uses: actions/checkout@v5
2727
- name: Configure Pages
2828
uses: actions/configure-pages@v5
2929
- name: Install Node.js

0 commit comments

Comments
 (0)