chore: bump github actions to v4 (#4333)

This commit is contained in:
Trivikram Kamat
2024-09-10 01:02:12 -07:00
committed by GitHub
parent a395643387
commit bb87206b58
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup environment
run: cp .env.example .env