Skip to content

Commit

Permalink
deps(deps): update wayofdev/gh-actions action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 21d4158 commit 2a61e10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apply-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: 🏷️ Add labels

jobs:
label:
uses: wayofdev/gh-actions/.github/workflows/apply-labels.yml@v3.1.1
uses: wayofdev/gh-actions/.github/workflows/apply-labels.yml@v3.2.0
with:
os: ubuntu-latest
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: 🤞 Auto merge release

jobs:
auto-merge:
uses: wayofdev/gh-actions/.github/workflows/auto-merge-release.yml@v3.1.1
uses: wayofdev/gh-actions/.github/workflows/auto-merge-release.yml@v3.2.0
with:
os: ubuntu-latest
pull-request-number: ${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
shellcheck:
uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@v3.1.1
uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@v3.2.0
with:
os: ubuntu-latest
severity: warning
Expand Down

0 comments on commit 2a61e10

Please sign in to comment.