Skip to content

Commit 0e54c75

Browse files
bump(deps): update actions/checkout action to v3.6.0
1 parent cfae341 commit 0e54c75

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
containers: [1]
2525
steps:
26-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
26+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2727

2828
- run: corepack enable pnpm
2929

.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 - Typescript and ESLint
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
1919

2020
- run: corepack enable pnpm
2121

@@ -32,7 +32,7 @@ jobs:
3232
name: Lint - Prettier
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
35+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
3636

3737
- run: corepack enable pnpm
3838

0 commit comments

Comments
 (0)