Skip to content

Commit e175068

Browse files
dependabot[bot]franky47
authored andcommitted
chore(deps): Bump actions/checkout
Bumps [actions/checkout](https://github.com/actions/checkout) from a81bbbf8298c0fa03ea29cdc473d45769f953675 to 2.3.4. This release includes the previously tagged commit. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a81bbbf...5a4ac90) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6211ecd commit e175068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- id: yarn-cache
1414
name: Get Yarn cache path
1515
run: echo "::set-output name=dir::$(yarn cache dir)"
16-
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
16+
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
1717
- uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d
1818
with:
1919
node-version: 12.x

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- id: yarn-cache
1818
name: Get Yarn cache path
1919
run: echo "::set-output name=dir::$(yarn cache dir)"
20-
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675
20+
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
2121
- uses: actions/setup-node@56899e050abffc08c2b3b61f3ec6a79a9dc3223d
2222
with:
2323
node-version: 14.x

0 commit comments

Comments
 (0)