Skip to content

Commit cd0a42b

Browse files
Bump nokogiri from 1.16.7 to 1.18.3 (#177)
* Bump nokogiri from 1.16.7 to 1.18.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.7 to 1.18.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.18.3/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.7...v1.18.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Update github actions --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexander Köplinger <[email protected]>
1 parent b6516ed commit cd0a42b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: ruby/setup-ruby@v1
1717
with:
1818
ruby-version: '3.1'
@@ -28,7 +28,7 @@ jobs:
2828
run: bundle exec htmlproofer ./_site --disable-external --allow-hash-href --no-enforce-https
2929

3030
# Accessibility scan
31-
- uses: actions/setup-node@v3
31+
- uses: actions/setup-node@v4
3232
with:
3333
node-version: 16
3434
- name: Scan for accessibility issues
@@ -38,7 +38,7 @@ jobs:
3838
scan-timeout: 600000
3939
- name: Upload accessibility report
4040
if: success() || failure()
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: accessibility-reports
4444
path: ${{ github.workspace }}/_accessibility-reports

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@v2

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ GEM
268268
chef-utils
269269
net-http (0.4.1)
270270
uri
271-
nokogiri (1.16.7-x86_64-linux)
271+
nokogiri (1.18.3-x86_64-linux-gnu)
272272
racc (~> 1.4)
273273
octokit (4.25.1)
274274
faraday (>= 1, < 3)

0 commit comments

Comments
 (0)