Skip to content

Commit 307caff

Browse files
authored
Merge branch 'main' into dependabot/bundler/_gems/jekyll-assets/bundler-6d4d941ed1
2 parents a1b90eb + c034d0e commit 307caff

File tree

10 files changed

+25
-44
lines changed

10 files changed

+25
-44
lines changed

.github/workflows/build-only.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
name: "Build website"
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
id: checkout
1616
# Use GitHub Node Action to install node_modules
17-
- uses: actions/setup-node@v4
17+
- uses: actions/setup-node@v6
1818
with:
1919
node-version: 16
2020
- run: npm install

.github/workflows/build-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
name: "Build and deploy website"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
# Use GitHub Node Action to install node_modules
15-
- uses: actions/setup-node@v4
15+
- uses: actions/setup-node@v6
1616
with:
1717
node-version: 16
1818
- run: npm install

.github/workflows/build-staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
name: "Build and deploy to GitHub Pages"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
id: checkout
1515
# Use GitHub Node Action to install node_modules
16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version: 16
1919
- run: npm install

.github/workflows/ort-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
# Steps represent a sequence of tasks that will be executed as part of the job
1818
steps:
19-
- uses: actions/checkout@v4
20-
- uses: actions/setup-java@v4
19+
- uses: actions/checkout@v5
20+
- uses: actions/setup-java@v5
2121
with:
2222
distribution: 'zulu' # See 'Supported distributions' for available options
2323
java-version: '17'

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PATH
2323
GEM
2424
remote: https://rubygems.org/
2525
specs:
26-
activesupport (8.0.2)
26+
activesupport (8.0.3)
2727
base64
2828
benchmark (>= 0.3)
2929
bigdecimal
@@ -38,12 +38,12 @@ GEM
3838
uri (>= 0.13.1)
3939
addressable (2.8.7)
4040
public_suffix (>= 2.0.2, < 7.0)
41-
base64 (0.2.0)
42-
benchmark (0.4.0)
41+
base64 (0.3.0)
42+
benchmark (0.4.1)
4343
bibtex-ruby (6.1.0)
4444
latex-decode (~> 0.0)
4545
racc (~> 1.7)
46-
bigdecimal (3.1.9)
46+
bigdecimal (3.2.3)
4747
chunky_png (1.4.0)
4848
citeproc (1.0.10)
4949
namae (~> 1.0)
@@ -52,14 +52,14 @@ GEM
5252
csl (~> 1.6)
5353
colorator (1.1.0)
5454
concurrent-ruby (1.3.5)
55-
connection_pool (2.5.0)
55+
connection_pool (2.5.4)
5656
csl (1.6.0)
5757
namae (~> 1.0)
5858
rexml
5959
csl-styles (1.0.1.11)
6060
csl (~> 1.0)
6161
csv (3.3.2)
62-
drb (2.2.1)
62+
drb (2.2.3)
6363
em-websocket (0.5.3)
6464
eventmachine (>= 0.12.9)
6565
http_parser.rb (~> 0)
@@ -138,10 +138,10 @@ GEM
138138
minitest (5.25.5)
139139
namae (1.2.0)
140140
racc (~> 1.7)
141-
nokogiri (1.18.9)
141+
nokogiri (1.18.10)
142142
mini_portile2 (~> 2.8.2)
143143
racc (~> 1.4)
144-
nokogiri (1.18.9-x86_64-linux-gnu)
144+
nokogiri (1.18.10-x86_64-linux-gnu)
145145
racc (~> 1.4)
146146
pathutil (0.16.2)
147147
forwardable-extended (~> 2.6)
@@ -158,7 +158,7 @@ GEM
158158
chunky_png (~> 1.0)
159159
rqrcode_core (~> 1.0)
160160
rqrcode_core (1.2.0)
161-
ruby-vips (2.2.4)
161+
ruby-vips (2.2.5)
162162
ffi (~> 1.12)
163163
logger
164164
safe_yaml (1.0.5)

_config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ collections:
4646
jobs:
4747
output: true
4848
permalink: /:collection/:name
49-
employees:
50-
output: true
51-
permalink: /:name
5249
partners:
5350
output: true
5451
permalink: /:collection/:name

_data/menu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
link: /contribute/
1212
- title: nav.partners
1313
link: /partners/
14-
- title: nav.employees
15-
link: /employees/
1614
- title: nav.members
1715
link: /members/
1816
- title: nav.news

_pages/employees.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

package-lock.json

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@fullcalendar/common": "^5.11.4",
44
"@fullcalendar/icalendar": "^5.11.5",
55
"apexcharts": "^3.54.1",
6-
"bootstrap": "^5.3.7",
6+
"bootstrap": "^5.3.8",
77
"fork-awesome": "^1.2.0",
88
"fullcalendar": "^5.11.4",
99
"jquery": "^3.7.1",

0 commit comments

Comments
 (0)