Skip to content

Commit a3a1bea

Browse files
chore(deps): Bump the actions-minor-patch group across 2 directories with 2 updates (#1070)
Bumps the actions-minor-patch group with 1 update in the / directory: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Bumps the actions-minor-patch group with 1 update in the /.github/actions/bootstrap directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `slackapi/slack-github-action` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@45a88b9...fc46ded) Updates `astral-sh/setup-uv` from 8.2.0 to 8.3.2 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@fac544c...11f9893) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: astral-sh/setup-uv dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c9e475 commit a3a1bea

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/actions/bootstrap/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
check-latest: true
4747
- name: Install uv
4848
if: inputs.python == 'true'
49-
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
49+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
5050
with:
5151
enable-cache: true
5252
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 #v6.3.0

.github/workflows/daily-data-sync.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
run: make refresh-provider-cache provider="$PROVIDER"
163163

164164
- name: Notify Slack on failure
165-
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #v3.0.3
165+
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d #v3.0.4
166166
with:
167167
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
168168
webhook-type: incoming-webhook
@@ -255,7 +255,7 @@ jobs:
255255
run: make refresh-provider-cache provider="$PROVIDER"
256256

257257
- name: Notify Slack on failure
258-
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #v3.0.3
258+
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d #v3.0.4
259259
with:
260260
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
261261
webhook-type: incoming-webhook
@@ -341,7 +341,7 @@ jobs:
341341
run: make refresh-provider-cache provider="$PROVIDER"
342342

343343
- name: Notify Slack on failure
344-
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #v3.0.3
344+
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d #v3.0.4
345345
with:
346346
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
347347
webhook-type: incoming-webhook

.github/workflows/daily-db-publisher-r2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
GRYPE_DB_MANAGER_DISTRIBUTION_S3_ENDPOINT_URL: ${{ secrets.TOOLBOX_CLOUDFLARE_R2_ENDPOINT }}
100100

101101
- name: Notify Slack on failure
102-
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #v3.0.3
102+
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d #v3.0.4
103103
with:
104104
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
105105
webhook-type: incoming-webhook
@@ -158,7 +158,7 @@ jobs:
158158
GRYPE_DB_MANAGER_DISTRIBUTION_S3_ENDPOINT_URL: ${{ secrets.TOOLBOX_CLOUDFLARE_R2_ENDPOINT }}
159159

160160
- name: Notify Slack on failure
161-
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c #v3.0.3
161+
uses: slackapi/slack-github-action@fc46ded2fc4d7f11bfa62864526f920cf1a1167d #v3.0.4
162162
with:
163163
webhook: ${{ secrets.SLACK_TOOLBOX_WEBHOOK_URL }}
164164
webhook-type: incoming-webhook

0 commit comments

Comments
 (0)