Update actions/checkout to v4

This commit is contained in:
Cezar Lungu 2024-06-22 18:24:38 +02:00
parent c2cd7e5b6a
commit 6d5479cfa7
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
branch: [ master ] # list all branches to check
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}