Skip to content

Commit

Permalink
fix: update GHA action versions (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha authored Feb 3, 2024
1 parent 4b7343f commit 54923fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ jobs:

steps:
- name: Begin CI...
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node 18
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18.x

- name: Use cached node_modules
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: node_modules
key: nodeModules-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
nodeModules-
- name: Publish site to Netlify
uses: jsmrcaga/action-netlify-deploy@v1.6.0
uses: jsmrcaga/action-netlify-deploy@v2.1.0
with:
NETLIFY_DEPLOY_TO_PROD: true
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
Expand Down

0 comments on commit 54923fc

Please sign in to comment.