Skip to content

Commit

Permalink
Merge pull request #6 from Akrista/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Chore(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
Akrista authored Dec 7, 2024
2 parents 445fe55 + 6c85a24 commit 5e462dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: "22"
Expand Down

0 comments on commit 5e462dd

Please sign in to comment.