Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/rexml-3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jul 17, 2024
2 parents d49380e + ab39515 commit 2ed6153
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/calibreapp-image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compress Images
uses: calibreapp/[email protected] # TODO: if they start using a tag like v1, switch to that
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE }}
cache: npm
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
if: github.repository == 'sustainers/website' && github.ref == 'refs/heads/main'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download docs
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_portile2 (2.8.5)
nokogiri (1.15.5)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-x64-mingw32)
nokogiri (1.15.6-x64-mingw32)
racc (~> 1.4)
parallel (1.24.0)
pathutil (0.16.2)
Expand Down
4 changes: 2 additions & 2 deletions about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ slug: about

<ul>
<li><a href="https://jekyllrb.com/">Jekyll</a> and <a href="{{ site.params.github }}/website/blob/main/Gemfile">gems</a></li>
<li><a href="https://getbootstrap.com/">Bootstrap v4</a> as our framework.</li>
<li><a href="https://getbootstrap.com/">Bootstrap v4</a> as our framework</li>
<li><a href="https://pages.github.com/">GitHub Pages</a> for hosting the website</li>
<li><a href="https://www.cloudflare.com/">Cloudflare</a> for security and optimizations</li>
</ul>

<p>Also, we are <a href="https://validator.w3.org/check/referer" data-proofer-ignore>HTML5</a> valid and try to be
<a class="text-decoration-none" href="https://www.w3.org/WAI/WCAG2AA-Conformance">WCAG2AA</a> compliant.</p>

<p>As well, we keep <a href="/about/best-practices">a list of best practices</a> for organisation. Take a look!</p>
<p>As well, we keep <a href="/about/best-practices">a list of best practices</a> for the organisation. Take a look!</p>

</div>
</div>
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ed6153

Please sign in to comment.