Skip to content

Commit 4348b1f

Browse files
Update github workflows
Generated by renovateBot
1 parent a23b81d commit 4348b1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildtest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
test:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3232
with:
3333
path: |
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Go
4545
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4646
with:
47-
go-version: 1.25.0
47+
go-version: 1.26.1
4848

4949
- name: Set up gotestfmt
5050
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest

.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)