From 578794102f3b05b1e4485d7170fb1fc25d40dd00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 19:44:24 +0000 Subject: [PATCH] chore(deps): bump straw-hat-team/github-actions-workflows Bumps the github-actions group with 1 update in the / directory: [straw-hat-team/github-actions-workflows](https://github.com/straw-hat-team/github-actions-workflows). Updates `straw-hat-team/github-actions-workflows` from 1.7.7 to 1.7.8 - [Release notes](https://github.com/straw-hat-team/github-actions-workflows/releases) - [Commits](https://github.com/straw-hat-team/github-actions-workflows/compare/v1.7.7...v1.7.8) --- updated-dependencies: - dependency-name: straw-hat-team/github-actions-workflows dependency-version: 1.7.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/elixir-hex-publish.yml | 2 +- .github/workflows/nodejs-quality-assurance.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/elixir-hex-publish.yml b/.github/workflows/elixir-hex-publish.yml index c65f287..37791f5 100644 --- a/.github/workflows/elixir-hex-publish.yml +++ b/.github/workflows/elixir-hex-publish.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: straw-hat-team/github-actions-workflows/elixir/publish@v1.7.7 + - uses: straw-hat-team/github-actions-workflows/elixir/publish@v1.7.8 with: elixir-version: ${{ inputs.elixir-version }} otp-version: ${{ inputs.otp-version }} diff --git a/.github/workflows/nodejs-quality-assurance.yml b/.github/workflows/nodejs-quality-assurance.yml index 0a6d5e0..ad8eff2 100644 --- a/.github/workflows/nodejs-quality-assurance.yml +++ b/.github/workflows/nodejs-quality-assurance.yml @@ -23,12 +23,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: straw-hat-team/github-actions-workflows/nodejs/setup@v1.7.7 + - uses: straw-hat-team/github-actions-workflows/nodejs/setup@v1.7.8 - shell: sh run: yarn install --immutable env: SHT_NPM_TOKEN: ${{ secrets.SHT_NPM_TOKEN }} - - uses: straw-hat-team/github-actions-workflows/nodejs/jest@v1.7.7 + - uses: straw-hat-team/github-actions-workflows/nodejs/jest@v1.7.8 with: sht-npm-token: ${{ secrets.SHT_NPM_TOKEN }} @@ -38,11 +38,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: straw-hat-team/github-actions-workflows/nodejs/setup@v1.7.7 + - uses: straw-hat-team/github-actions-workflows/nodejs/setup@v1.7.8 - shell: sh run: yarn install --immutable env: SHT_NPM_TOKEN: ${{ secrets.SHT_NPM_TOKEN }} - - uses: straw-hat-team/github-actions-workflows/nodejs/prettier@v1.7.7 + - uses: straw-hat-team/github-actions-workflows/nodejs/prettier@v1.7.8 with: sht-npm-token: ${{ secrets.SHT_NPM_TOKEN }}