Skip to content

Commit 6d5528a

Browse files
dependabot[bot]rvagg
authored andcommitted
chore(deps): bump actions/checkout from 2.3.4 to 2.3.5
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]>
1 parent 6b07cd8 commit 6d5528a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/[email protected].4
13+
uses: actions/[email protected].5
1414
- name: Use Node.js ${{ matrix.node }}
1515
uses: actions/[email protected]
1616
with:
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
steps:
3232
- name: Checkout Repository
33-
uses: actions/[email protected].4
33+
uses: actions/[email protected].5
3434
- name: Use Node.js ${{ matrix.node }}
3535
uses: actions/[email protected]
3636
with:
@@ -48,7 +48,7 @@ jobs:
4848
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
4949
steps:
5050
- name: Checkout
51-
uses: actions/[email protected].4
51+
uses: actions/[email protected].5
5252
with:
5353
fetch-depth: 0
5454
- name: Setup Node.js

0 commit comments

Comments
 (0)