Skip to content

Commit 8321148

Browse files
author
Dhruva Shaw
committed
Merge branch 'master' of https://github.com/Creatrix-Net/site
2 parents dc5580f + fff070b commit 8321148

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/broken-links-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
npm install -g purgecss
4444
purgecss -c purgecss.config.js
4545
- name: Link Checker 🔗
46-
uses: lycheeverse/lychee-action@v1.9.0
46+
uses: lycheeverse/lychee-action@v2.0.2
4747
with:
4848
fail: true
4949
# only check local links

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v4
4949

5050
- name: Link Checker 🔗
51-
uses: lycheeverse/lychee-action@v2.1.0
51+
uses: lycheeverse/lychee-action@v2.0.2
5252
with:
5353
fail: true
5454
# removed md files that include liquid tags

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,21 +181,21 @@ GEM
181181
bigdecimal (~> 3.1)
182182
namae (1.2.0)
183183
racc (~> 1.7)
184-
nokogiri (1.18.8-aarch64-linux-gnu)
184+
nokogiri (1.18.9-aarch64-linux-gnu)
185185
racc (~> 1.4)
186-
nokogiri (1.18.8-aarch64-linux-musl)
186+
nokogiri (1.18.9-aarch64-linux-musl)
187187
racc (~> 1.4)
188-
nokogiri (1.18.8-arm-linux-gnu)
188+
nokogiri (1.18.9-arm-linux-gnu)
189189
racc (~> 1.4)
190-
nokogiri (1.18.8-arm-linux-musl)
190+
nokogiri (1.18.9-arm-linux-musl)
191191
racc (~> 1.4)
192-
nokogiri (1.18.8-arm64-darwin)
192+
nokogiri (1.18.9-arm64-darwin)
193193
racc (~> 1.4)
194-
nokogiri (1.18.8-x86_64-darwin)
194+
nokogiri (1.18.9-x86_64-darwin)
195195
racc (~> 1.4)
196-
nokogiri (1.18.8-x86_64-linux-gnu)
196+
nokogiri (1.18.9-x86_64-linux-gnu)
197197
racc (~> 1.4)
198-
nokogiri (1.18.8-x86_64-linux-musl)
198+
nokogiri (1.18.9-x86_64-linux-musl)
199199
racc (~> 1.4)
200200
observer (0.1.2)
201201
ostruct (0.6.1)

0 commit comments

Comments
 (0)