From 6f2589ee4b8301709b1db9040acc88d713c8ad2e Mon Sep 17 00:00:00 2001 From: Brandon Stoll Date: Mon, 10 Jun 2024 19:16:22 +0000 Subject: [PATCH] try v4 --- .github/workflows/wiki.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index f0a6ad06b5f2..22084b2cd76d 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -14,11 +14,11 @@ jobs: with: path: featureprofiles - name: Checkout wiki - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: "bstoll/featureprofiles.wiki" path: featureprofiles.wiki - ref: master + #ref: master - name: Set up Go uses: actions/setup-go@v2.1.3 with: