Skip to content

Commit 7ddae39

Browse files
chore(deps): bump actions/checkout
Bumps [actions/checkout](https://github.com/actions/checkout) from 3df4ab11eba7bda6032a0b82a6bb43b11571feac to b1ec3021b8fa02164da82ca1557d017d83b0e179. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@3df4ab1...b1ec302) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e090998 commit 7ddae39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/module.build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
egress-policy: audit
6363
- name: "Setup: Checkout"
64-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
64+
uses: actions/checkout@b1ec3021b8fa02164da82ca1557d017d83b0e179 # v4.0.0
6565
with:
6666
fetch-depth: 0
6767
- name: "Setup: PNPM"
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
egress-policy: audit
112112
- name: "Setup: Checkout"
113-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
113+
uses: actions/checkout@b1ec3021b8fa02164da82ca1557d017d83b0e179 # v4.0.0
114114
with:
115115
fetch-depth: 0
116116
- name: "Setup: PNPM"
@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
egress-policy: audit
161161
- name: "Setup: Checkout"
162-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
162+
uses: actions/checkout@b1ec3021b8fa02164da82ca1557d017d83b0e179 # v4.0.0
163163
with:
164164
fetch-depth: 0
165165
- name: "Setup: PNPM"

.github/workflows/on.pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
egress-policy: audit
3434
- name: "Checkout Repository"
35-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
35+
uses: actions/checkout@b1ec3021b8fa02164da82ca1557d017d83b0e179 # v4.0.0
3636
- name: "Dependency Review"
3737
uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3
3838
with:

0 commit comments

Comments
 (0)