From c6ed397ed27f332de66d1a731bceca4ad2249569 Mon Sep 17 00:00:00 2001 From: Kirk Haines Date: Thu, 2 May 2024 10:20:40 -0600 Subject: [PATCH] Bump actions to v4. --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 21e8483..4d3cf06 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,22 +31,22 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "20" cache: npm - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 with: # Automatically inject pathPrefix in your Gatsby configuration file. # # You may remove this line if you want to manage the configuration yourself. static_site_generator: gatsby - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | public