From 3529c4f3f3330573d01cdaa6e817e8e7f2a47f26 Mon Sep 17 00:00:00 2001 From: Rob Quincey <109682469+RobQuincey-DC@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:30:08 +0000 Subject: [PATCH] Update GitHub action dependencies (#4) --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0b06ae..7402a82 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,11 +9,11 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: 3.x - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: key: ${{ github.ref }} path: .cache