Skip to content

Commit

Permalink
Merge pull request #164 from EladHeller/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elop/actions/checkout-4

[dependabot]: Bump actions/checkout from 3 to 4
  • Loading branch information
EladHeller authored Jul 4, 2024
2 parents a0902a7 + cb270ae commit f23f763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache node modules
uses: actions/cache@v3
Expand Down

0 comments on commit f23f763

Please sign in to comment.