From 0ff8e30e7a3400b94a36371b0671835b860ea5f8 Mon Sep 17 00:00:00 2001 From: Matthew Mincher Date: Sun, 3 Dec 2023 20:48:45 +0000 Subject: [PATCH] Bump actions --- .github/workflows/lint.yml | 4 ++-- .github/workflows/main.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e65fdb7..66ccb1e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,9 +15,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: 18 - name: Install diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 052af3a..7f76599 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,9 +16,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: 18 - name: Build @@ -30,12 +30,12 @@ jobs: npm ci npm run build - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} aws-region: eu-west-2 - name: Deploy - uses: jonelantha/gatsby-s3-action@v1 + uses: jonelantha/gatsby-s3-action@v3 with: dest-s3-bucket: fordgreenhall.org.uk - name: Purge cache