From 272e8d7ccf33645ea575a2a7ba273913a87b2de8 Mon Sep 17 00:00:00 2001 From: Tony Edgin Date: Sat, 9 Mar 2024 06:59:27 -0700 Subject: [PATCH] DS-566: upgrade checkout action to v4 --- .github/workflows/test_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index 68ff729..dbda6ff 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: "${{ github.repository }}"