Skip to content

Commit afd9a4e

Browse files
bump(deps): bump actions/checkout from 3.0.2 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@2541b12...8ade135) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b92846b commit afd9a4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Lint (eslint)
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
18+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
1919
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93
2020
with:
2121
node-version: '16'
@@ -28,7 +28,7 @@ jobs:
2828
name: Lint (prettier)
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
31+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
3232
- uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93
3333
with:
3434
node-version: '16'

.github/workflows/oss-governance-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
Labels:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
16+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
1717

1818
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c
1919
with:

0 commit comments

Comments
 (0)