Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.3 to 4.1.4 (#83)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent a423a77 commit e352842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f"
- uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b"
with:
submodules: true
- uses: "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: "write"
steps:
- uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f"
- uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b"
with:
submodules: true
- uses: "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d"
Expand Down

0 comments on commit e352842

Please sign in to comment.