Skip to content

Commit d2a6ecd

Browse files
Merge branch 'main' into dependabot/github_actions/actions/upload-pages-artifact-5
2 parents 419ac50 + 1a89e9a commit d2a6ecd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dogfood-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fi
7676
- name: Validate K9 contracts
7777
if: steps.detect.outputs.k9_count > 0
78-
uses: hyperpolymath/k9-validate-action@7c3c0e9fa5165626e74ecce78109b3295b798b92 # main
78+
uses: hyperpolymath/k9-validate-action@01ab911f7d37249ef77d35f9748969a2c29d673b # main
7979
with:
8080
path: '.'
8181
strict: 'false'

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
image: ghcr.io/stefan-hoeck/idris2-pack@sha256:f0758996a931fb35d9ecb1de273c4d59dabe2a09b433afc7e357f65a08b7e1ff
1919
steps:
2020
- name: Checkout Site
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v7
2222
- name: Checkout Ddraig SSG
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v7
2424
with:
2525
repository: hyperpolymath/ddraig-ssg
2626
path: .ddraig-ssg

0 commit comments

Comments
 (0)