Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.3 (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 22, 2024
1 parent 3c2b63d commit c5939bd
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@9bb56186c3b09b4f86b1c65136769dd318469633"
- uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f"
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@9bb56186c3b09b4f86b1c65136769dd318469633"
- uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f"
with:
submodules: true
- uses: "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d"
Expand Down

0 comments on commit c5939bd

Please sign in to comment.