Skip to content

Commit 26c7e28

Browse files
build(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#1583)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f744f7 commit 26c7e28

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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@v4.1.7
40+
uses: actions/checkout@v4.2.0
4141

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

.github/workflows/main.yml

+3-3
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@v4.1.7
11+
uses: actions/checkout@v4.2.0
1212
- name: Install dependencies
1313
run: npm install
1414
- name: Lint
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: macos-latest-xlarge
5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@v4.1.7
54+
uses: actions/checkout@v4.2.0
5555
- name: Install dependencies
5656
run: npm install
5757
- name: Lint
@@ -94,7 +94,7 @@ jobs:
9494
container: node:18
9595
steps:
9696
- name: Checkout
97-
uses: actions/checkout@v4.1.7
97+
uses: actions/checkout@v4.2.0
9898
- name: Install dependencies
9999
run: npm install
100100
- name: Lint

.github/workflows/scorecards-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@v4.1.7 # v3.0.0
28+
uses: actions/checkout@v4.2.0 # v3.0.0
2929
with:
3030
persist-credentials: false
3131

0 commit comments

Comments
 (0)