Skip to content

Commit 47959d0

Browse files
authored
Merge pull request #32 from obalunenko/dependabot/github_actions/actions/checkout-2.4.0
chore(deps): bump actions/checkout from 2.3.5 to 2.4.0
2 parents 1cc3e3c + 9fe430e commit 47959d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Run linters
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v2.3.5
34+
uses: actions/checkout@v2.4.0
3535
with:
3636
fetch-depth: 0
3737

@@ -66,7 +66,7 @@ jobs:
6666
name: Sonar cloud
6767
steps:
6868
- name: Checkout
69-
uses: actions/checkout@v2.3.5
69+
uses: actions/checkout@v2.4.0
7070
with:
7171
fetch-depth: 0
7272

@@ -103,7 +103,7 @@ jobs:
103103
name: Run Tests
104104
steps:
105105
- name: Checkout
106-
uses: actions/checkout@v2.3.5
106+
uses: actions/checkout@v2.4.0
107107
with:
108108
fetch-depth: 0
109109

@@ -135,7 +135,7 @@ jobs:
135135
name: Build
136136
steps:
137137
- name: Checkout
138-
uses: actions/checkout@v2.3.5
138+
uses: actions/checkout@v2.4.0
139139
with:
140140
fetch-depth: 0
141141

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Lint & Test & Build & Release
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v2.3.5
22+
uses: actions/checkout@v2.4.0
2323
with:
2424
fetch-depth: 0
2525

0 commit comments

Comments
 (0)