Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies in .github/workflows/tes…
Browse files Browse the repository at this point in the history
…t.yml (#235)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 560fd8c commit 08d39bf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=gohugoio/hugo
HUGO_VERSION: 0.139.5
HUGO_VERSION: 0.140.0
steps:
- name: Install Hugo CLI
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=gohugoio/hugo
HUGO_VERSION: 0.139.5
HUGO_VERSION: 0.140.0
steps:
- name: Install Hugo CLI
run: |
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"homepage": "https://github.com/coreruleset/website#readme",
"dependencies": {
"autoprefixer": "^10.4.19",
"hugo-extended": "^0.139.0",
"hugo-extended": "^0.140.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0"
},
Expand Down

0 comments on commit 08d39bf

Please sign in to comment.