Skip to content

Commit 964b92c

Browse files
build(deps): bump actions/checkout from 2.3.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.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@v2.3.1...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcd43f4 commit 964b92c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint-commits:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b # v2.3.1
9+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1010
with:
1111
fetch-depth: 0
1212
- name: Setup NodeJS and NPM

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Yarn
1515
run: npm install --global yarn
1616
- name: Checkout
17-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- name: Install & Build Docs
1919
run: |
2020
cd docs

.github/workflows/react-native-performance.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Yarn
1919
run: npm install --global yarn
2020
- name: Checkout
21-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
- name: Build Typescript
2323
run: |
2424
yarn
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Yarn
3535
run: npm install --global yarn
3636
- name: Checkout
37-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
37+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
- name: Build Typescript in fixture
3939
run: |
4040
yarn
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install Yarn
5353
run: npm install --global yarn
5454
- name: Checkout
55-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
55+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656
- name: Lint Typescript
5757
run: |
5858
yarn
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install Yarn
6969
run: npm install --global yarn
7070
- name: Checkout
71-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
71+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7272
- name: Test Typescript
7373
run: |
7474
yarn
@@ -77,7 +77,7 @@ jobs:
7777
name: 'Metro bundling for iOS'
7878
runs-on: macos-latest
7979
steps:
80-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
80+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8181
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
8282
with:
8383
node-version: ${{ env.NODE_VERSION }}
@@ -92,7 +92,7 @@ jobs:
9292
name: 'Metro bundling for Android'
9393
runs-on: ubuntu-latest
9494
steps:
95-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
95+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9696
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
9797
with:
9898
node-version: ${{ env.NODE_VERSION }}
@@ -106,7 +106,7 @@ jobs:
106106
name: 'Build iOS'
107107
runs-on: macos-latest
108108
steps:
109-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
109+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110110
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
111111
with:
112112
node-version: ${{ env.NODE_VERSION }}
@@ -126,7 +126,7 @@ jobs:
126126
name: 'Build Android'
127127
runs-on: ubuntu-latest
128128
steps:
129-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
129+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
130130
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
131131
with:
132132
node-version: ${{ env.NODE_VERSION }}

0 commit comments

Comments
 (0)