Skip to content

Commit

Permalink
fix: update action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
idawnlight committed Aug 22, 2023
1 parent 634ee82 commit 0d67f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
submodules: true # Checkout private submodules(themes or something else).

# Caching dependencies to speed up workflows. (GitHub will remove any cache entries that have not been accessed in over 7 days.)
- name: Cache node modules
uses: actions/cache@v1
uses: actions/cache@v3
id: cache
with:
path: node_modules
Expand Down

0 comments on commit 0d67f82

Please sign in to comment.