Skip to content

Commit

Permalink
fix(deps): update non major deps (#32)
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 Apr 15, 2024
1 parent 51f841a commit 70c087e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- uses: technote-space/[email protected]

- uses: reside-eng/workflow-status-notification-action@v1.2.3
- uses: reside-eng/workflow-status-notification-action@v1.3.1
with:
current-status: ${{ env.WORKFLOW_CONCLUSION }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK_PLATFORM_PROD }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Upload coverage to Coveralls
if: inputs.ENABLE_TESTING && inputs.ENABLE_COVERAGE
uses: coverallsapp/[email protected].0
uses: coverallsapp/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -207,11 +207,11 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout Code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0

- uses: technote-space/[email protected]

- uses: reside-eng/workflow-status-notification-action@v1.2.3
- uses: reside-eng/workflow-status-notification-action@v1.3.1
with:
current-status: ${{ env.WORKFLOW_CONCLUSION }}
slack-webhook: ${{ secrets[ inputs.SLACK_NOTIFICATION_SECRET ] }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

- name: Upload coverage to Coveralls
if: inputs.ENABLE_TESTING && inputs.ENABLE_COVERAGE
uses: coverallsapp/[email protected].0
uses: coverallsapp/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -199,11 +199,11 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout Code
uses: actions/checkout@v3.5.2
uses: actions/checkout@v3.6.0

- uses: technote-space/[email protected]

- uses: reside-eng/workflow-status-notification-action@v1.2.3
- uses: reside-eng/workflow-status-notification-action@v1.3.1
with:
current-status: ${{ env.WORKFLOW_CONCLUSION }}
slack-webhook: ${{ secrets[ inputs.SLACK_NOTIFICATION_SECRET ] }}
Expand Down

0 comments on commit 70c087e

Please sign in to comment.