Skip to content

Commit

Permalink
chore(deps): bump gawaooooo-sandbox/learn-github-actions-reusable-wor…
Browse files Browse the repository at this point in the history
…kflows

Bumps [gawaooooo-sandbox/learn-github-actions-reusable-workflows](https://github.com/gawaooooo-sandbox/learn-github-actions-reusable-workflows) from 3 to 4.
- [Release notes](https://github.com/gawaooooo-sandbox/learn-github-actions-reusable-workflows/releases)
- [Changelog](https://github.com/gawaooooo-sandbox/learn-github-actions-reusable-workflows/blob/main/docs/github-release.md)
- [Commits](gawaooooo-sandbox/learn-github-actions-reusable-workflows@v3...v4)

---
updated-dependencies:
- dependency-name: gawaooooo-sandbox/learn-github-actions-reusable-workflows
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 517000b commit 6345efd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_internal-yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ defaults:

jobs:
call:
uses: gawaooooo-sandbox/learn-github-actions-reusable-workflows/.github/workflows/yaml-lint.yml@v3
uses: gawaooooo-sandbox/learn-github-actions-reusable-workflows/.github/workflows/yaml-lint.yml@v4
permissions:
contents: read
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
jobs:
lint:
if: github.event_name == 'pull_request' || github.event_name == 'push'
uses: gawaooooo-sandbox/learn-github-actions-reusable-workflows/.github/workflows/lint.yml@v3
uses: gawaooooo-sandbox/learn-github-actions-reusable-workflows/.github/workflows/lint.yml@v4
with:
npm-install-options: '--ignore-scripts'
enable-format-check: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-packages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ concurrency:
jobs:
lint:
if: github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened')
uses: gawaooooo-sandbox/learn-github-actions-reusable-workflows/.github/workflows/lint.yml@v3
uses: gawaooooo-sandbox/learn-github-actions-reusable-workflows/.github/workflows/lint.yml@v4
permissions:
contents: read
packages: read
Expand All @@ -59,7 +59,7 @@ jobs:
uses: ./.github/workflows/test.yml

npm-publish:
uses: gawaooooo-sandbox/learn-github-actions-reusable-workflows/.github/workflows/npm-publish.yml@v3
uses: gawaooooo-sandbox/learn-github-actions-reusable-workflows/.github/workflows/npm-publish.yml@v4
with:
label-name: ${{ github.event.label.name }}
version-type: ${{ inputs.versionType }}
Expand Down

0 comments on commit 6345efd

Please sign in to comment.