Skip to content

Commit

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

Bump actions/checkout from 3 to 4
  • Loading branch information
Nagi132 authored May 30, 2024
2 parents 5f2e524 + 0a1978a commit 37a77c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: [18.x, 20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 37a77c3

Please sign in to comment.