From 4c717e89362ed623973ba1536a228ae1f194a950 Mon Sep 17 00:00:00 2001 From: CJ Steiner Date: Tue, 11 Mar 2025 15:53:48 -0500 Subject: [PATCH] ci: update checkout to v4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 47422e09..bad37005 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 3.x