From 109fd74ba6b8395f63f63f4b070ce73b2a414e73 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Sun, 7 Jul 2024 20:13:07 +0200 Subject: [PATCH] Update main.yml - newer version of actions/checkout --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ffc0f88..191028b8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: libQt5Sql5-mysql \ libqt5-qtdeclarative-tools - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0