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

Commit 9ea122c

Browse files
Bump actions/checkout from v2.3.2 to v2.3.3 (#35)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.2...a81bbbf) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ae7e25 commit 9ea122c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2.3.2
17+
- uses: actions/checkout@v2.3.3
1818
- uses: actions/setup-node@v2.1.1
1919
with:
2020
node-version: 12.x

0 commit comments

Comments
 (0)