Skip to content

Commit

Permalink
Merge pull request #47 from matthewmincher/develop
Browse files Browse the repository at this point in the history
Bump actions
  • Loading branch information
matthewmincher committed Dec 3, 2023
2 parents bad194b + 0ff8e30 commit 3345da6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3345da6

Please sign in to comment.