Skip to content

Commit 196c5b8

Browse files
authored
Merge branch 'main' into patch-1
Signed-off-by: Eric Sorenson <[email protected]>
2 parents 25e79f9 + 251e80d commit 196c5b8

File tree

18 files changed

+50
-16
lines changed

18 files changed

+50
-16
lines changed

.github/workflows/collections-renames.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
if: github.repository_owner == 'github'
1818
steps:
19-
- uses: actions/checkout@v4.2.2
19+
- uses: actions/checkout@v5.0.0
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
22+
uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
2323
with:
2424
bundler-cache: true
2525

.github/workflows/conflict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: |
1515
echo "In order to review this pull request for acceptance, we need to make sure that all of the prerequisites are satisfied."
1616
echo "This was not checked:"
17-
echo "> This change is not self-promotion.
17+
echo "> This change is not self-promotion."
1818
echo "This is a requirement to maintain a high level of independence in this project. Please update to confirm there is no conflict of interest."
1919
echo "Thank you!"
2020
exit 1

.github/workflows/jekyll_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: 📂 checkout
24-
uses: actions/checkout@v4.2.2
24+
uses: actions/checkout@v5.0.0
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
27+
uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
2828
with:
2929
bundler-cache: true
3030
cache-version: 0
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1.0.13
3838

3939
- name: ⚡️ upload artifact
40-
uses: actions/upload-pages-artifact@v3.0.1
40+
uses: actions/upload-pages-artifact@v4.0.0
4141

4242
deploy:
4343
needs: build

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v5.0.0
1717

1818
- name: Setup Ruby
19-
uses: ruby/setup-ruby@v1.255.0
19+
uses: ruby/setup-ruby@v1.257.0
2020
with:
2121
bundler-cache: true
2222

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- all
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4.2.2
25+
- uses: actions/checkout@v5.0.0
2626
with:
2727
fetch-depth: 0
2828

@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Setup Ruby
4545
if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
46-
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
46+
uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
4747
with:
4848
bundler-cache: true
4949

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "json", "2.13.2"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.18.8"
99
gem "rake", "13.3.0"
10-
gem "rubocop", "1.79.2"
10+
gem "rubocop", "1.80.1"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,10 @@ GEM
299299
rb-fsevent (0.11.2)
300300
rb-inotify (0.11.1)
301301
ffi (~> 1.0)
302-
regexp_parser (2.11.1)
302+
regexp_parser (2.11.2)
303303
rexml (3.4.1)
304304
rouge (3.30.0)
305-
rubocop (1.79.2)
305+
rubocop (1.80.1)
306306
json (~> 2.3)
307307
language_server-protocol (~> 3.17.0.2)
308308
lint_roller (~> 1.1.0)
@@ -338,7 +338,7 @@ GEM
338338
ethon (>= 0.9.0)
339339
tzinfo (2.0.6)
340340
concurrent-ruby (~> 1.0)
341-
unicode-display_width (3.1.4)
341+
unicode-display_width (3.1.5)
342342
unicode-emoji (~> 4.0, >= 4.0.4)
343343
unicode-emoji (4.0.4)
344344
uri (1.0.3)
@@ -373,7 +373,7 @@ DEPENDENCIES
373373
octokit
374374
pry
375375
rake (= 13.3.0)
376-
rubocop (= 1.79.2)
376+
rubocop (= 1.80.1)
377377
rubocop-performance
378378
safe_yaml
379379
webrick

collections/demo-sources/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ items:
3232
- in4k/crawlspace
3333
- monadgroup/sy17
3434
- monadgroup/re19
35+
- jumalauta/jml-engine-demos
3536

3637
display_name: Demo sources
3738
---

collections/devops-tools/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ items:
4242
- livecycle/preevy
4343
- cloudposse/atmos
4444
- axem-solutions/dem
45+
- semaphoreio/semaphore
4546

4647
display_name: DevOps tools
4748
---

collections/front-end-javascript-frameworks/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ items:
3131
- gatsbyjs/gatsby
3232
- sveltejs/kit
3333
- refinedev/refine
34+
- docusign/1fe
3435

3536
display_name: Front-end JavaScript frameworks
3637
created_by: jonrohan

0 commit comments

Comments
 (0)