From 6ad31c2a39b8595bbf2192366101768121eb90df Mon Sep 17 00:00:00 2001 From: Hannes Delbeke Date: Mon, 18 Dec 2023 17:23:05 +0000 Subject: [PATCH] bump checkout v3 to v4 --- .github/workflows/rename_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rename_project.yml b/.github/workflows/rename_project.yml index b23395e..31b513f 100644 --- a/.github/workflows/rename_project.yml +++ b/.github/workflows/rename_project.yml @@ -9,7 +9,7 @@ jobs: if: ${{ !contains (github.repository, '/substance-painter-plugin-template') }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # by default, it uses a depth of 1 # this fetches all history so that we can read each commit