Skip to content

Commit 15d4253

Browse files
authored
Merge pull request #65 from graphql-java-kickstart/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents e902f1b + d7db363 commit 15d4253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
12+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313
with:
1414
submodules: true # Fetch Hugo themes (true OR recursive)
1515
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

0 commit comments

Comments
 (0)