We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 419ac50 + 1a89e9a commit d2a6ecdCopy full SHA for d2a6ecd
2 files changed
.github/workflows/dogfood-gate.yml
@@ -75,7 +75,7 @@ jobs:
75
fi
76
- name: Validate K9 contracts
77
if: steps.detect.outputs.k9_count > 0
78
- uses: hyperpolymath/k9-validate-action@7c3c0e9fa5165626e74ecce78109b3295b798b92 # main
+ uses: hyperpolymath/k9-validate-action@01ab911f7d37249ef77d35f9748969a2c29d673b # main
79
with:
80
path: '.'
81
strict: 'false'
.github/workflows/pages.yml
@@ -18,9 +18,9 @@ jobs:
18
image: ghcr.io/stefan-hoeck/idris2-pack@sha256:f0758996a931fb35d9ecb1de273c4d59dabe2a09b433afc7e357f65a08b7e1ff
19
steps:
20
- name: Checkout Site
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
22
- name: Checkout Ddraig SSG
23
24
25
repository: hyperpolymath/ddraig-ssg
26
path: .ddraig-ssg
0 commit comments