Skip to content

Commit 7f8f853

Browse files
dependabot[bot]sambauers
authored andcommitted
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98265df commit 7f8f853

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint-eslint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# checkout
1414
- name: Checkout repository code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
# install
1717
- name: Setup PNPM
1818
uses: pnpm/action-setup@v2

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
# checkout
1212
- name: Checkout repository code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
# install
1616
- name: Setup PNPM

.github/workflows/test-jest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# checkout
1414
- name: Checkout repository code
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
# install
1717
- name: Setup PNPM
1818
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)