Skip to content

Commit cbbdec2

Browse files
chore(deps): bump actions/checkout from 2 to 4 (scaleway#2036)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0fa87e commit cbbdec2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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/pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
go-version: ${{ matrix.go-version }}
1919
- name: checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 1
2323
- name: Run unit tests
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
go-version: ${{ matrix.go-version }}
3838
- name: checkout
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v4
4040
with:
4141
fetch-depth: 1
4242
- name: Test to build binary
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
go-version: ${{ matrix.go-version }}
5656
- name: checkout
57-
uses: actions/checkout@v2
57+
uses: actions/checkout@v4
5858
with:
5959
fetch-depth: 1
6060
- name: Test to build binary

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
-

0 commit comments

Comments
 (0)