Skip to content

Commit d3d09b5

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#277)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18dfb9f commit d3d09b5

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Build
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
with:
5151
fetch-depth: 0
5252

@@ -98,7 +98,7 @@ jobs:
9898
name: Run Tests
9999
steps:
100100
- name: Checkout
101-
uses: actions/checkout@v3
101+
uses: actions/checkout@v4
102102
with:
103103
fetch-depth: 0
104104

@@ -145,7 +145,7 @@ jobs:
145145
name: Run linters
146146
steps:
147147
- name: Checkout
148-
uses: actions/checkout@v3
148+
uses: actions/checkout@v4
149149
with:
150150
fetch-depth: 0
151151

@@ -197,7 +197,7 @@ jobs:
197197
name: Quality reports
198198
steps:
199199
- name: Checkout
200-
uses: actions/checkout@v3
200+
uses: actions/checkout@v4
201201
with:
202202
fetch-depth: 0
203203

.github/workflows/readme-stars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Update 2022 year
2828
uses: k2bd/advent-readme-stars@v1.0.3

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
2525

@@ -65,7 +65,7 @@ jobs:
6565
name: Regression tests
6666
steps:
6767
- name: Checkout
68-
uses: actions/checkout@v3
68+
uses: actions/checkout@v4
6969
with:
7070
fetch-depth: 0
7171

@@ -114,7 +114,7 @@ jobs:
114114
name: Lint
115115
steps:
116116
- name: Checkout
117-
uses: actions/checkout@v3
117+
uses: actions/checkout@v4
118118
with:
119119
fetch-depth: 0
120120

@@ -167,7 +167,7 @@ jobs:
167167
name: Release
168168
steps:
169169
- name: Checkout
170-
uses: actions/checkout@v3
170+
uses: actions/checkout@v4
171171
with:
172172
fetch-depth: 0
173173

0 commit comments

Comments
 (0)