Skip to content

Commit e8eb5ca

Browse files
chore: bump actions/checkout from 3 to 4 (#114)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kostiantyn Kulbachnyi <[email protected]>
1 parent 3b90c64 commit e8eb5ca

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- '1.22'
2525
steps:
2626

27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3030

@@ -64,7 +64,7 @@ jobs:
6464
- build
6565
steps:
6666

67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
with:
6969
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
7070

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- '1.22'
2222
steps:
2323

24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747

4848
- name: Log in to the Container registry
4949
uses: docker/[email protected]
@@ -87,7 +87,7 @@ jobs:
8787
- '1.22'
8888
steps:
8989

90-
- uses: actions/checkout@v3
90+
- uses: actions/checkout@v4
9191
with:
9292
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
9393

@@ -134,7 +134,7 @@ jobs:
134134
- build
135135
steps:
136136

137-
- uses: actions/checkout@v3
137+
- uses: actions/checkout@v4
138138
with:
139139
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
140140

0 commit comments

Comments
 (0)