8000 Merge pull request #81 from obalunenko/dependabot/github_actions/acti… · obalunenko/advent-of-code@64d4f6c · GitHub
[go: up one dir, main page]

Skip to content

Commit 64d4f6c

Browse files
authored
Merge pull request #81 from obalunenko/dependabot/github_actions/actions/setup-go-2.1.5
chore(deps): bump actions/setup-go from 2.1.4 to 2.1.5
2 parents 8ed27f1 + 685b79f commit 64d4f6c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939

4040
- name: Set up go
41-
uses: actions/setup-go@v2.1.4
41+
uses: actions/setup-go@v2.1.5
4242
with:
4343
stable: 'true'
4444
go-version: ${{ matrix.go }}
@@ -87,7 +87,7 @@ jobs:
8787
fetch-depth: 0
8888

8989
- name: Set up go
90-
uses: actions/setup-go@v2.1.4
90+
uses: actions/setup-go@v2.1.5
9191
with:
9292
stable: 'true'
9393
go-version: ${{ matrix.go }}
@@ -140,7 +140,7 @@ jobs:
140140
fetch-depth: 0
141141

142142
- name: Set up go
143-
uses: actions/setup-go@v2.1.4
143+
uses: actions/setup-go@v2.1.5
144144
with:
145145
stable: 'true'
146146
go-version: ${{ matrix.go }}
@@ -210,7 +210,7 @@ jobs:
210210
fetch-depth: 0
211211

212212
- name: Set up go
213-
uses: actions/setup-go@v2.1.4
213+
uses: actions/setup-go@v2.1.5
214214
with:
215215
stable: 'true'
216216
go-version: ${{ matrix.go }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up go
27-
uses: actions/setup-go@v2.1.4
27+
uses: actions/setup-go@v2.1.5
2828
with:
2929
stable: 'true'
3030
go-version: ${{ matrix.go }}
@@ -70,7 +70,7 @@ jobs:
7070
fetch-depth: 0
7171

7272
- name: Set up go
73-
uses: actions/setup-go@v2.1.4
73+
uses: actions/setup-go@v2.1.5
7474
with:
7575
stable: 'true'
7676
go-version: ${{ matrix.go }}
@@ -120,7 +120,7 @@ jobs:
120120
fetch-depth: 0
121121

122122
- name: Set up go
123-
uses: actions/setup-go@v2.1.4
123+
uses: actions/setup-go@v2.1.5
124124
with:
125125
stable: 'true'
126126
go-version: ${{ matrix.go }}
@@ -174,7 +174,7 @@ jobs:
174174
fetch-depth: 0
175175

176176
- name: Set up go
177-
uses: actions/setup-go@v2.1.4
177+
uses: actions/setup-go@v2.1.5
178178
with:
179179
stable: 'true'
180180
go-version: ${{ matrix.go }}

0 commit comments

Comments
 (0)
0