Skip to content

Commit 68cc310

Browse files
build(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#400)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aafd868 commit 68cc310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
node-version: [14.x]
1111
steps:
12-
- uses: actions/checkout@v3.0.2
12+
- uses: actions/checkout@v3.1.0
1313
- name: Use Node.js ${{ matrix.node-version }}
1414
uses: actions/[email protected]
1515
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
node-version: [14.x]
1414
steps:
15-
- uses: actions/checkout@v3.0.2
15+
- uses: actions/checkout@v3.1.0
1616
- name: Use Node.js ${{ matrix.node-version }}
1717
uses: actions/[email protected]
1818
with:

0 commit comments

Comments
 (0)