Skip to content

Commit

Permalink
Update GitHub Actions checkout to v3 for Node.js 16 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidgh83 committed Oct 25, 2024
1 parent 348e7ab commit 51634fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install SQLite
run: |
Expand Down

0 comments on commit 51634fc

Please sign in to comment.