Skip to content

Commit 5ff0048

Browse files
Bump actions/checkout from 4.1.7 to 4.2.2 (#2557)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...11bd719) --- 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 7a0c610 commit 5ff0048

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.js.yml

Lines changed: 2 additions & 2 deletions
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@11bd71901bbe5b1630ceea73d27597364c9af683
1616
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
1717
run: corepack enable pnpm
1818

@@ -36,7 +36,7 @@ jobs:
3636
node-version: [20.x, 22.x]
3737

3838
steps:
39-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
39+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4040
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
4141
run: corepack enable pnpm
4242

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
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
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3333

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

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

Lines changed: 2 additions & 2 deletions
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@11bd71901bbe5b1630ceea73d27597364c9af683
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@11bd71901bbe5b1630ceea73d27597364c9af683
5252
with:
5353
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
5454

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

Lines changed: 1 addition & 1 deletion
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@11bd71901bbe5b1630ceea73d27597364c9af683
1414

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

0 commit comments

Comments
 (0)