Skip to content

Commit b371c71

Browse files
chore(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#436)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a7cc22 commit b371c71

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
lint:
77
runs-on: ubuntu-20.04
88
steps:
9-
- uses: actions/[email protected].4
9+
- uses: actions/[email protected].5
1010
- name: Use Node.js
1111
uses: actions/[email protected]
1212
with:
@@ -17,7 +17,7 @@ jobs:
1717
test:
1818
runs-on: ubuntu-20.04
1919
steps:
20-
- uses: actions/[email protected].4
20+
- uses: actions/[email protected].5
2121
- name: Use Node.js
2222
uses: actions/[email protected]
2323
with:
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-20.04
3131
needs: [lint, test]
3232
steps:
33-
- uses: actions/[email protected].4
33+
- uses: actions/[email protected].5
3434
- name: Use Node.js
3535
uses: actions/[email protected]
3636
with:
@@ -42,7 +42,7 @@ jobs:
4242
needs: [build]
4343
if: github.ref == 'refs/heads/master'
4444
steps:
45-
- uses: actions/[email protected].4
45+
- uses: actions/[email protected].5
4646
with:
4747
fetch-depth: "0"
4848
persist-credentials: false

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check-title:
99
runs-on: ubuntu-20.04
1010
steps:
11-
- uses: actions/[email protected].4
11+
- uses: actions/[email protected].5
1212
- name: Use Node.js
1313
uses: actions/[email protected]
1414
with:

0 commit comments

Comments
 (0)