From 7489c9a3e1eca1a559ee02d3fc65d364b6dafedd Mon Sep 17 00:00:00 2001 From: Mikko Drocan Date: Mon, 25 Mar 2024 14:44:53 +0200 Subject: [PATCH] updated to latest 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 63ef86f..16e4383 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.CUSTOM_PTA }}