GH-2095 - Upgrade GitHub actions checkout action to v4.

This commit is contained in:
Oliver Drotbohm
2024-01-29 18:24:21 +01:00
parent cf60497288
commit c11d61e0f4
5 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ jobs:
steps:
- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}