Skip to content
This repository was archived by the owner on Sep 7, 2023. It is now read-only.

Commit 79fdf92

Browse files
fix(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#864)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc3f067 commit 79fdf92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Lint
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3.5.2
15+
- uses: actions/checkout@v3.5.3
1616
- name: Setup Node.js ${{ vars.NODE_VERSION }}
1717
uses: actions/setup-node@v3.6.0
1818
with:
@@ -30,7 +30,7 @@ jobs:
3030
if: github.event_name == 'push'
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v3.5.2
33+
- uses: actions/checkout@v3.5.3
3434
- name: Setup Node.js ${{ vars.NODE_VERSION }}
3535
uses: actions/setup-node@v3.6.0
3636
with:
@@ -52,7 +52,7 @@ jobs:
5252
name: Test
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v3.5.2
55+
- uses: actions/checkout@v3.5.3
5656
- name: Setup Node.js ${{ vars.NODE_VERSION }}
5757
uses: actions/setup-node@v3.6.0
5858
with:

0 commit comments

Comments
 (0)