From 0e59296782e14825541e776bd29f349648652e56 Mon Sep 17 00:00:00 2001 From: Andrei Anton Date: Wed, 30 Oct 2024 21:22:22 -0400 Subject: [PATCH] WorkflowWikiExample --- .github/workflows/custom-action-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom-action-workflow.yml b/.github/workflows/custom-action-workflow.yml index eb059f2..9379a94 100644 --- a/.github/workflows/custom-action-workflow.yml +++ b/.github/workflows/custom-action-workflow.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: WorkflowWikiExample/checkout@v2 + uses: actions/checkout@v2 - name: Run custom action uses: ClubCedille/Cedille-Actions-By-Example/WorkflowWikiExample@master