Skip to content

Commit 8e4769a

Browse files
chore(deps): Bump actions/checkout from 3.5.3 to 4.1.7 (#114)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@c85c95e...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f730d93 commit 8e4769a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- id: yarn-cache
1515
name: Get Yarn cache path
1616
run: echo "::set-output name=dir::$(yarn cache dir)"
17-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
17+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1818
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
1919
with:
2020
node-version: lts/*

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- id: yarn-cache
2121
name: Get Yarn cache path
2222
run: echo "::set-output name=dir::$(yarn cache dir)"
23-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
23+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2424
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
2525
with:
2626
node-version: lts/*

0 commit comments

Comments
 (0)