Skip to content

Commit 095ffd2

Browse files
build(deps): bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [chainguard-dev/actions](https://github.com/chainguard-dev/actions), [rtCamp/action-slack-notify](https://github.com/rtcamp/action-slack-notify) and [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `chainguard-dev/actions` from 36fe99ff72c697d33814bc35228637194f012c47 to 0cba302c40fce067ec0d39f1d91b10580d4b06b0 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](chainguard-dev/actions@36fe99f...0cba302) Updates `rtCamp/action-slack-notify` from 2.1.0 to 2.3.3 - [Release notes](https://github.com/rtcamp/action-slack-notify/releases) - [Commits](rtCamp/action-slack-notify@v2.1.0...v2.3.3) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: chainguard-dev/actions dependency-version: 0cba302c40fce067ec0d39f1d91b10580d4b06b0 dependency-type: direct:production dependency-group: github-actions - dependency-name: rtCamp/action-slack-notify dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12b12a3 commit 095ffd2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/kind-e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
uses: ko-build/setup-ko@v0.9
6464

6565
- name: Check out code onto GOPATH
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v6
6767

6868
- name: Install KinD
6969
# TODO: replace with chainguard-dev/actions/setup-kind
70-
uses: chainguard-dev/actions/setup-kind@36fe99ff72c697d33814bc35228637194f012c47 # main
70+
uses: chainguard-dev/actions/setup-kind@0cba302c40fce067ec0d39f1d91b10580d4b06b0 # main
7171
with:
7272
k8s-version: ${{ matrix.k8s-version }}
7373
kind-worker-count: 1
@@ -147,7 +147,7 @@ jobs:
147147
fi
148148
149149
- name: Post failure notice to Slack
150-
uses: rtCamp/action-slack-notify@v2.1.0
150+
uses: rtCamp/action-slack-notify@v2.3.3
151151
if: ${{ failure() && github.event_name != 'pull_request' }}
152152
env:
153153
SLACK_ICON: https://github.com/knative.png?size=48

.github/workflows/update-dependabot-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
if: ${{ github.actor == 'dependabot[bot]' }}
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
with:
1818
ref: ${{ github.head_ref }}
1919
path: ./src/github.com/${{ github.repository }}
2020
fetch-depth: 0
2121

2222
- name: Setup Golang
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@v6
2424
with:
2525
go-version-file: ./src/github.com/${{ github.repository }}/go.mod
2626

.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.2.1
40+
uses: rtCamp/action-slack-notify@v2.3.3
4141
env:
4242
SLACK_ICON: https://github.com/knative.png?size=48
4343
SLACK_USERNAME: github-actions

0 commit comments

Comments
 (0)