Skip to content

Commit

Permalink
build(deps): bump straw-hat-team/github-actions-workflows (#116)
Browse files Browse the repository at this point in the history
Bumps [straw-hat-team/github-actions-workflows](https://github.com/straw-hat-team/github-actions-workflows) from 1.6.0 to 1.6.4.
- [Release notes](https://github.com/straw-hat-team/github-actions-workflows/releases)
- [Commits](straw-hat-team/github-actions-workflows@v1.6.0...v1.6.4)

---
updated-dependencies:
- dependency-name: straw-hat-team/github-actions-workflows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 0ff5ea1 commit 71915c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: straw-hat-team/github-actions-workflows/nodejs/setup@v1.6.0
- uses: straw-hat-team/github-actions-workflows/nodejs/setup@v1.6.4
- shell: sh
run: yarn install --immutable
env:
Expand All @@ -21,7 +21,7 @@ jobs:
run: yarn turbo:build
env:
SHT_NPM_TOKEN: ${{ secrets.SHT_NPM_TOKEN }}
- uses: straw-hat-team/github-actions-workflows/nodejs/jest@v1.6.0
- uses: straw-hat-team/github-actions-workflows/nodejs/jest@v1.6.4
with:
sht-npm-token: ${{ secrets.SHT_NPM_TOKEN }}

Expand All @@ -30,11 +30,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: straw-hat-team/github-actions-workflows/nodejs/setup@v1.6.0
- uses: straw-hat-team/github-actions-workflows/nodejs/setup@v1.6.4
- shell: sh
run: yarn install --immutable
env:
SHT_NPM_TOKEN: ${{ secrets.SHT_NPM_TOKEN }}
- uses: straw-hat-team/github-actions-workflows/nodejs/prettier@v1.6.0
- uses: straw-hat-team/github-actions-workflows/nodejs/prettier@v1.6.4
with:
sht-npm-token: ${{ secrets.SHT_NPM_TOKEN }}

0 comments on commit 71915c4

Please sign in to comment.