Skip to content

Commit 6d26333

Browse files
chore(deps): update actions/setup-go digest to 924ae3a (#451)
1 parent a058229 commit 6d26333

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bump-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
python-version: 3.14
6666

67-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
67+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
6868
if: steps.command.outputs.command-name == 'bump'
6969
with:
7070
go-version: ^1

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
python-version: 3.14
3333

34-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
34+
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
3535
with:
3636
go-version: ^1
3737

.github/workflows/sync-lightspeed-configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: 3.14
4949

5050
- name: Set up Go
51-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
51+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
5252
with:
5353
go-version: ^1
5454

0 commit comments

Comments
 (0)