Skip to content

Commit d982675

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 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@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fbe685 commit d982675

11 files changed

+16
-16
lines changed

.github/workflows/audit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout the repository
21-
uses: actions/[email protected].1
21+
uses: actions/[email protected].2
2222
- name: Initialize Node.js
2323
uses: ./.github/actions/init-node
2424
with:

.github/workflows/auto-review-comment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout the repository
16-
uses: actions/[email protected].1
16+
uses: actions/[email protected].2
1717
- name: Download PR diff from auto review prepare step
1818
uses: actions/[email protected]
1919
with:

.github/workflows/auto-review-prepare.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/[email protected].1
12+
uses: actions/[email protected].2
1313
with:
1414
fetch-depth: 2
1515
- name: Save PR number

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout the repository
31-
uses: actions/[email protected].1
31+
uses: actions/[email protected].2
3232
- name: Initialize Node.js
3333
uses: ./.github/actions/init-node
3434
with:

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout the repository
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
2626
- name: Initialize Node.js
2727
uses: ./.github/actions/init-node
2828
- name: Run tests
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout the repository
55-
uses: actions/[email protected].1
55+
uses: actions/[email protected].2
5656
- name: Download web assets from test step
5757
uses: actions/[email protected]
5858
with:

.github/workflows/preview-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
group: staging-web
1919
steps:
2020
- name: Checkout the repository
21-
uses: actions/[email protected].1
21+
uses: actions/[email protected].2
2222
- name: Download server from prepare step
2323
uses: actions/[email protected]
2424
with:

.github/workflows/preview-prepare.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout the repository
24-
uses: actions/[email protected].1
24+
uses: actions/[email protected].2
2525
- name: Initialize Node.js
2626
uses: ./.github/actions/init-node
2727
- name: Build assets

.github/workflows/proxy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout the repository
31-
uses: actions/[email protected].1
31+
uses: actions/[email protected].2
3232
- name: Initialize Node.js
3333
uses: ./.github/actions/init-node
3434
- name: Run tests
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Checkout the repository
47-
uses: actions/[email protected].1
47+
uses: actions/[email protected].2
4848
- name: Initialize Node.js
4949
uses: ./.github/actions/init-node
5050
with:
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Checkout the repository
79-
uses: actions/[email protected].1
79+
uses: actions/[email protected].2
8080
- name: Download web assets from test step
8181
uses: actions/[email protected]
8282
with:

.github/workflows/server.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout the repository
31-
uses: actions/[email protected].1
31+
uses: actions/[email protected].2
3232
- name: Initialize Node.js
3333
uses: ./.github/actions/init-node
3434
- name: Run tests
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout the repository
44-
uses: actions/[email protected].1
44+
uses: actions/[email protected].2
4545
- name: Initialize Node.js
4646
uses: ./.github/actions/init-node
4747
with:
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Checkout the repository
75-
uses: actions/[email protected].1
75+
uses: actions/[email protected].2
7676
- name: Download web assets from test step
7777
uses: actions/[email protected]
7878
with:

.github/workflows/test-loaders.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout the repository
31-
uses: actions/[email protected].1
31+
uses: actions/[email protected].2
3232
- name: Initialize Node.js
3333
uses: ./.github/actions/init-node
3434
- name: Run tests

.github/workflows/visual.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout the repository
13-
uses: actions/[email protected].1
13+
uses: actions/[email protected].2
1414
with:
1515
fetch-depth: 0
1616
- name: Check for today commits

0 commit comments

Comments
 (0)