Skip to content

Commit 5ca5667

Browse files
⬆️ Bump actions/checkout from 2.3.4 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 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@v2.3.4...v3.1.0) --- 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 743203f commit 5ca5667

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2.3.4
13+
uses: actions/checkout@v3.1.0
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v2.1.5
1616
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2.3.4
13+
uses: actions/checkout@v3.1.0
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v2.1.5
1616
with:

0 commit comments

Comments
 (0)