Skip to content

Commit f091553

Browse files
authored
Merge pull request #46 from graphql-java-kickstart/renovate/actions-checkout-digest
chore(deps): update actions/checkout digest to b4ffde6
2 parents 9555122 + 384a1c9 commit f091553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
12+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
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)