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

This commit is contained in:
Oliver Drotbohm
2024-01-29 18:24:21 +01:00
parent 5b44847130
commit b26020ee23
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 }}