Skip to content

Commit d51c3ee

Browse files
Update github workflows
Generated by renovateBot
1 parent b9261f2 commit d51c3ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Go
5959
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
6060
with:
61-
go-version: "1.25"
61+
go-version: "1.26"
6262

6363
- name: Download Go modules
6464
run: go mod download

.github/workflows/slack-notifier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
notify-devs:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: livekit/slack-notifier-action@main
22+
- uses: livekit/slack-notifier-action@34d9e973391fe5e4afacba015c4d144eb912e7ea # main
2323
with:
2424
config_json: ${{ secrets.SLACK_NOTIFY_CONFIG_JSON }}
2525
slack_token: ${{ secrets.SLACK_PR_NOTIFIER_TOKEN }}

0 commit comments

Comments
 (0)