diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index f0a6ad06b5f..22084b2cd76 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: