Skip to content

Commit 6ca57c1

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [chainguard-dev/actions](https://github.com/chainguard-dev/actions) and [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify). Updates `chainguard-dev/actions` from 1.6.19 to 1.6.23 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](chainguard-dev/actions@c69a264...5f02082) Updates `rtCamp/action-slack-notify` from 2.3.3 to 2.4.0 - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@v2.3.3...v2.4.0) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.6.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: rtCamp/action-slack-notify dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69b976f commit 6ca57c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/kind-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Install KinD
7878
# TODO: replace with chainguard-dev/actions/setup-kind
79-
uses: chainguard-dev/actions/setup-kind@c69a264ec2a5934c3186c618f368fc1c86f16cff # main
79+
uses: chainguard-dev/actions/setup-kind@5f020827ba80ff5d64d45116542d0c733e8e7e71 # main
8080
with:
8181
k8s-version: ${{ matrix.k8s-version }}
8282
kind-worker-count: 1
@@ -156,7 +156,7 @@ jobs:
156156
fi
157157
158158
- name: Post failure notice to Slack
159-
uses: rtCamp/action-slack-notify@v2.3.3
159+
uses: rtCamp/action-slack-notify@v2.4.0
160160
if: ${{ failure() && github.event_name != 'pull_request' }}
161161
env:
162162
SLACK_ICON: https://github.com/knative.png?size=48

.github/workflows/weekly-office-hours-slack-reminder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fi
3838
- name: Post reminder to Slack
3939
if: steps.check-week.outputs.should_run == 'true'
40-
uses: rtCamp/action-slack-notify@v2.3.3
40+
uses: rtCamp/action-slack-notify@v2.4.0
4141
env:
4242
SLACK_ICON: https://github.com/knative.png?size=48
4343
SLACK_USERNAME: github-actions

0 commit comments

Comments
 (0)