Skip to content

Commit 681da16

Browse files
Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com>
1 parent efc39c3 commit 681da16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v2.3.4
1313
- name: Use Node.js latest
1414
uses: actions/setup-node@v2.1.5
1515
with:
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout codd
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v2.3.4
3131
- name: Use Node.js v12
3232
uses: actions/setup-node@v2.1.5
3333
with:

0 commit comments

Comments
 (0)