Skip to content

Commit

Permalink
Bump the all-actions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-actions group with 2 updates in the / directory: [restackio/update-json-file-action](https://github.com/restackio/update-json-file-action) and [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify).


Updates `restackio/update-json-file-action` from 1e34d747ca044df80b37bc4ef5a9aa41be9dac8f to f8ef1561cb15ba86a6367b547216375bc60e7f91
- [Release notes](https://github.com/restackio/update-json-file-action/releases)
- [Commits](restackio/update-json-file-action@1e34d74...f8ef156)

Updates `rtCamp/action-slack-notify` from 2.3.0 to 2.3.2
- [Release notes](https://github.com/rtcamp/action-slack-notify/releases)
- [Commits](rtCamp/action-slack-notify@4e5fb42...c337377)

---
updated-dependencies:
- dependency-name: restackio/update-json-file-action
  dependency-type: direct:production
  dependency-group: all-actions
- dependency-name: rtCamp/action-slack-notify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent e7d43c4 commit c516c6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/submitBeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
rm -rf ./extension/build/images
mv ./extension/build/beta_images ./extension/build/images
- name: Remove scripts tag
uses: restackio/update-json-file-action@1e34d747ca044df80b37bc4ef5a9aa41be9dac8f #v2.1
uses: restackio/update-json-file-action@f8ef1561cb15ba86a6367b547216375bc60e7f91 #v2.1
with:
file: ./extension/build/manifest.json
fields: '{"background": {"service_worker": "background.min.js"}}'
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
publish: true
publish-target: trustedTesters
- name: Slack Notification
uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 #v2.3.0
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 #v2.3.2
env:
MSG_MINIMAL: true
SLACK_CHANNEL: team-wallet-eng
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/submitProduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
apiSecret: ${{ secrets.AMO_SIGN_SECRET }}
timeout: 900000
- name: Remove scripts tag
uses: restackio/update-json-file-action@1e34d747ca044df80b37bc4ef5a9aa41be9dac8f #v2.1
uses: restackio/update-json-file-action@f8ef1561cb15ba86a6367b547216375bc60e7f91 #v2.1
with:
file: ./extension/build/manifest.json
fields: '{"background": {"service_worker": "background.min.js"}}'
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
asset_name: build-${{ github.event.inputs.version }}.zip
asset_content_type: application/zip
- name: Slack Notification
uses: rtCamp/action-slack-notify@4e5fb42d249be6a45a298f3c9543b111b02f7907 #v2.3.0
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 #v2.3.2
env:
MSG_MINIMAL: true
SLACK_CHANNEL: release
Expand Down

0 comments on commit c516c6c

Please sign in to comment.