Skip to content

Commit 114fd04

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#2752)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 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 7c5a6f0 commit 114fd04

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414

1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1717
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
1818
run: corepack enable pnpm
1919

@@ -37,7 +37,7 @@ jobs:
3737
node-version: [22.x]
3838

3939
steps:
40-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
40+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4141
- name: Enable corepack to fix https://github.com/actions/setup-node/pull/901
4242
run: corepack enable pnpm
4343

.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@11bd71901bbe5b1630ceea73d27597364c9af683
32+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
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@11bd71901bbe5b1630ceea73d27597364c9af683
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
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@11bd71901bbe5b1630ceea73d27597364c9af683
51+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
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-24.04
1111
steps:
1212
- name: 'Checkout code'
13-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1414

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

0 commit comments

Comments
 (0)