Skip to content

Commit 101aa13

Browse files
chore(deps): update actions/setup-go action to v5.4.0 (#139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a56ad52 commit 101aa13

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/reusable-builder-flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
ref: ${{ github.event.pull_request.head.sha }}
6969

7070
- name: Set up Go 1.x
71-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
71+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
7272
with:
7373
go-version: '^1.19'
7474

.github/workflows/reusable-builder-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
ref: ${{ github.event.pull_request.head.sha }}
110110

111111
- name: Set up Go 1.x
112-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
112+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
113113
with:
114114
go-version: ${{ inputs.go-version }}
115115

.github/workflows/reusable-golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
ref: ${{ github.event.pull_request.head.sha }}
7171

7272
- name: Set up Go 1.x
73-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
73+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
7474
with:
7575
go-version: '^1.18'
7676

.github/workflows/reusable-nancy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ref: ${{ github.event.pull_request.head.sha }}
5353

5454
- name: Set up Go 1.x
55-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
55+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
5656
with:
5757
go-version: ^1.18
5858

0 commit comments

Comments
 (0)