Skip to content

Commit d289568

Browse files
Bump actions/checkout from 4.1.7 to 4.2.1 (#1557)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...eef6144) --- 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 5e919a0 commit d289568

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.js.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313

1414
steps:
15-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
15+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
1616

1717
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
1818
run: corepack enable yarn
@@ -37,7 +37,7 @@ jobs:
3737
node-version: [20.x, 22.x]
3838

3939
steps:
40-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
40+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
4141
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
4242
run: corepack enable yarn
4343

@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-22.04
6262

6363
steps:
64-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
64+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
6565
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
6666
run: corepack enable yarn
6767

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.3.4
32+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v2.3.4
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL

.github/workflows/pr.ci.js.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout PR
14-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
14+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
1515
with:
1616
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
1717

@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout PR
51-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
51+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
5252
with:
5353
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
5454

@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-22.04
8585

8686
steps:
87-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
87+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
8888
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
8989
run: corepack enable yarn
9090

.github/workflows/verify-code-formatting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: 'Checkout code'
13-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
13+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
1414

1515
- name: 'Verify formatting of all files'
1616
run: ./bin/check-formatting.sh

0 commit comments

Comments
 (0)