Skip to content

Commit

Permalink
chore(deps): update vidavidorra/.github action to v4 (#299)
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 Nov 4, 2023
1 parent db336ab commit c69608e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
pull_request:
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
uses: vidavidorra/.github/.github/workflows/node-lint.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
build:
uses: vidavidorra/.github/.github/workflows/node-build.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
uses: vidavidorra/.github/.github/workflows/node-build.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
test:
runs-on: ubuntu-latest
steps:
Expand All @@ -31,6 +31,6 @@ jobs:
RENOVATE_REPOSITORIES: '["vidavidorra/renovate"]'
release:
needs: [lint-commit-messages, lint, build, test]
uses: vidavidorra/.github/.github/workflows/release.yml@62580a2290da7a11a4332bbafc49ecb895d6873e # v3.0.0
uses: vidavidorra/.github/.github/workflows/release.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}

0 comments on commit c69608e

Please sign in to comment.