Updated checkout to v4.

This commit is contained in:
Patrick Lehmann
2023-10-02 18:34:48 +02:00
parent 26586b21cc
commit 316eaa115e
12 changed files with 14 additions and 14 deletions

View File

@@ -85,7 +85,7 @@ The following block shows a minimal YAML workflow file:
steps:
# Clone repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Build your application, tool, artifacts, etc.
- name: Build