Skip to content

Commit 15d0657

Browse files
committed
Update gems and _config.yml
1 parent 8a86bd2 commit 15d0657

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/image-compression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout Repo
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121

2222
- name: Compress Images
23-
uses: calibreapp/image-actions@main
23+
uses: calibreapp/image-actions@1.1.0
2424
with:
2525
# The `GITHUB_TOKEN` is automatically generated by GitHub and scoped only to the repository that is currently running the action. By default, the action can't update Pull Requests initiated from forked repositories.
2626
# See https://docs.github.com/en/actions/reference/authentication-in-a-workflow and https://help.github.com/en/articles/virtual-environments-for-github-actions#token-permissions

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ source "https://rubygems.org"
1010
# Happy Jekylling!
1111

1212
# This is the default theme for new Jekyll sites. You may change this to anything you like.
13-
gem "minima", "~> 2.0"
13+
gem "minima", "~> 3.0"
1414

1515
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1616
# uncomment the line below. To upgrade, run `bundle update github-pages`.
1717
gem "github-pages", group: :jekyll_plugins
1818

1919
# If you have any plugins, put them here!
2020
group :jekyll_plugins do
21-
gem "jekyll-feed", "~> 0.6"
21+
gem "jekyll-feed", "~> 0.17.0"
2222
gem "jekyll-remote-theme"
2323
gem "jekyll-include-cache"
2424
gem "jekyll-gfm-admonitions"
@@ -28,5 +28,5 @@ end
2828
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2929

3030
# Performance-booster for watching directories on Windows
31-
gem "wdm", "~> 0.1.0" if Gem.win_platform?
31+
gem "wdm", "~> 0.1.1" if Gem.win_platform?
3232

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ kramdown:
6868
hard_wrap: false
6969
remote_theme: haacked/haackbar
7070

71-
exclude: [README.md CODE_OF_CONDUCT.md script .gitattributes .gitignore keybase.txt RakeFile]
71+
exclude: [README.md, CODE_OF_CONDUCT.md, script, .gitattributes, .gitignore, keybase.txt, RakeFile, vendor]
7272
keep_files: [images demos code ads.txt robots.txt favicon.ico]
7373
incremental: true
7474

0 commit comments

Comments
 (0)