From ec14e5b2a4f340ebb3180ee607de3943a42c4b87 Mon Sep 17 00:00:00 2001 From: Lacey-Anne Sanderson Date: Thu, 8 Feb 2024 16:46:53 -0600 Subject: [PATCH] switch to checkout action v4 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a55f43f..a76b9fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: # To use this repository's private action, # you must check out the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Clone Tripal for testing purposes run: | git clone https://github.com/tripal/tripal.git tmp @@ -29,7 +29,7 @@ jobs: # To use this repository's private action, # you must check out the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Clone Tripal for testing purposes run: | git clone https://github.com/tripal/tripal.git tmp @@ -55,7 +55,7 @@ jobs: # To use this repository's private action, # you must check out the repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Clone Tripal for testing purposes run: | git clone https://github.com/tripal/tripal.git tmp