Skip to content

Commit

Permalink
chore(deps): update vidavidorra/.github action to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent e53f31b commit 99a7390
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
pull_request: null
jobs:
lint-commit-messages:
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
uses: vidavidorra/.github/.github/workflows/lint-commit-messages.yml@430b5f02ffe77661ce0fe69608df20e1eb478c95 # v4.1.1
lint:
uses: vidavidorra/.github/.github/workflows/node-lint.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
uses: vidavidorra/.github/.github/workflows/node-lint.yml@430b5f02ffe77661ce0fe69608df20e1eb478c95 # v4.1.1
build:
uses: vidavidorra/.github/.github/workflows/node-build.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
uses: vidavidorra/.github/.github/workflows/node-build.yml@430b5f02ffe77661ce0fe69608df20e1eb478c95 # v4.1.1
test:
runs-on: ubuntu-latest
steps:
Expand All @@ -32,6 +32,6 @@ jobs:
RENOVATE_REPOSITORIES: '["vidavidorra/renovate"]'
release:
needs: [lint-commit-messages, lint, build, test]
uses: vidavidorra/.github/.github/workflows/release.yml@f9dd5c7e1a71d02a92f8aac3261b62eae0df950f # v4.1.0
uses: vidavidorra/.github/.github/workflows/release.yml@430b5f02ffe77661ce0fe69608df20e1eb478c95 # v4.1.1
secrets:
privateKey: ${{ secrets.RELEASE_PRIVATE_KEY }}

0 comments on commit 99a7390

Please sign in to comment.