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