Update actions/checkout to v4
This commit is contained in:
parent
c2cd7e5b6a
commit
6d5479cfa7
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue