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 (#278)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 20, 2025
1 parent 350b02c commit fbd89be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.144.0
HUGO_VERSION: 0.144.2
steps:
- name: Install Hugo CLI
run: |
Expand Down
6 changes: 3 additions & 3 deletions .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.144.0
HUGO_VERSION: 0.144.2
steps:
- name: Install Hugo CLI
run: |
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Restore lychee cache
id: restore-cache
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand All @@ -78,7 +78,7 @@ jobs:
labels: report, automated issue

- name: Save lychee cache
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
if: always()
with:
path: .lycheecache
Expand Down
12 changes: 6 additions & 6 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 fbd89be

Please sign in to comment.