Compare commits

...

3 Commits

Author SHA1 Message Date
Aminda Suomalainen 489139499f
bundle update 2024-04-01 20:48:18 +03:00
Aminda Suomalainen 0fefe11aef
pre-commit autoupdate 2024-04-01 20:47:52 +03:00
dependabot[bot] 44a41b347b
build(deps): bump the github-actions group with 1 update
Bumps the github-actions group with 1 update: [actions/configure-pages](https://github.com/actions/configure-pages).


Updates `actions/configure-pages` from 4 to 5
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](https://github.com/actions/configure-pages/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 03:25:20 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ jobs:
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"

View File

@ -56,7 +56,7 @@ repos:
args: [--update-only, --notitle]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.0
rev: 0.28.1
hooks:
- id: check-dependabot
- id: check-github-workflows

2
Gemfile.lock generated
View File

@ -23,7 +23,7 @@ GEM
commonmarker (0.23.10)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
dnsruby (1.71.0)
dnsruby (1.72.0)
simpleidn (~> 0.2.1)
drb (2.2.1)
em-websocket (0.5.3)