Skip to content

Commit 80d0f67

Browse files
dependabot[bot]joachimvh
authored andcommitted
chore(deps): Bump actions/checkout from 4.1.7 to 4.2.2
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@v4.1.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbd9e91 commit 80d0f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4.1.7
15+
- uses: actions/checkout@v4.2.2
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20.x
@@ -43,7 +43,7 @@ jobs:
4343
- name: Ensure line endings are consistent
4444
run: git config --global core.autocrlf input
4545
- name: Check out repository
46-
uses: actions/checkout@v4.1.7
46+
uses: actions/checkout@v4.2.2
4747
- name: Install dependencies and run build scripts
4848
run: npm ci
4949
- name: Run tests

0 commit comments

Comments
 (0)