Skip to content

Commit

Permalink
Merge pull request #47 from gawaooooo-sandbox/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/gawaooooo-sandbox/learn-github-actions-reusable-workflows-4

chore(deps): bump gawaooooo-sandbox/learn-github-actions-reusable-workflows from 3 to 4
  • Loading branch information
gawaooooo authored May 2, 2024
2 parents 517000b + 6345efd commit 8aa2997
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 8aa2997

Please sign in to comment.