Skip to content

Commit

Permalink
chore(deps): bump actions/checkout
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3df4ab11eba7bda6032a0b82a6bb43b11571feac to b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@3df4ab1...b17fe1e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent e090998 commit edb7888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/module.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
egress-policy: audit
- name: "Setup: Checkout"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5 # v4.0.0
with:
fetch-depth: 0
- name: "Setup: PNPM"
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
with:
egress-policy: audit
- name: "Setup: Checkout"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5 # v4.0.0
with:
fetch-depth: 0
- name: "Setup: PNPM"
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
with:
egress-policy: audit
- name: "Setup: Checkout"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5 # v4.0.0
with:
fetch-depth: 0
- name: "Setup: PNPM"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
egress-policy: audit
- name: "Checkout Repository"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5 # v4.0.0
- name: "Dependency Review"
uses: actions/dependency-review-action@9129d7d40b8c12c1ed0f60400d00c92d437adcce # v4.1.3
with:
Expand Down

0 comments on commit edb7888

Please sign in to comment.