Skip to content

Commit

Permalink
Update bahmutov/npm-install action to v1.10.0 (#243)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 14, 2024
1 parent dddc229 commit 329d789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/percy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: bahmutov/npm-install@v1.9.0
- uses: bahmutov/npm-install@v1.10.0
- name: generate HTML
run: gulp
- name: run percy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: bahmutov/npm-install@v1.9.0
- uses: bahmutov/npm-install@v1.10.0
- name: lint prettier
run: npm run cstest
env:
Expand Down

0 comments on commit 329d789

Please sign in to comment.