From 8ba7fd9c4ddef240171ddf68e1d3612d86034c20 Mon Sep 17 00:00:00 2001 From: Sam Ansmink Date: Mon, 9 Dec 2024 12:29:17 +0100 Subject: [PATCH] checkout v4 --- .github/workflows/ExtensionTemplate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ExtensionTemplate.yml b/.github/workflows/ExtensionTemplate.yml index 0b2c52c..10112be 100644 --- a/.github/workflows/ExtensionTemplate.yml +++ b/.github/workflows/ExtensionTemplate.yml @@ -45,7 +45,7 @@ jobs: make prefix=/usr install git --version - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: 'true' @@ -93,7 +93,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: 'true' @@ -144,7 +144,7 @@ jobs: shell: bash steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: 'true'