Skip to content

Commit 46acd9d

Browse files
build(deps): bump actions/checkout from 3.6.0 to 4.0.0 (#1078)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...v4.0.0) --- 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>
1 parent 904bf5a commit 46acd9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v3.6.0
40+
uses: actions/checkout@v4.0.0
4141

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

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os: [macos-latest, windows-latest, ubuntu-latest]
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3.6.0
11+
uses: actions/checkout@v4.0.0
1212
- name: Upload coverage to Codecov (script)
1313
uses: ./
1414
with:
@@ -40,7 +40,7 @@ jobs:
4040
os: [macos-latest, windows-latest, ubuntu-latest]
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v3.6.0
43+
uses: actions/checkout@v4.0.0
4444
- name: Install dependencies
4545
run: npm install
4646
- name: Lint

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: "Checkout code"
27-
uses: actions/checkout@v3.6.0 # v3.0.0
27+
uses: actions/checkout@v4.0.0 # v3.0.0
2828
with:
2929
persist-credentials: false
3030

0 commit comments

Comments
 (0)