mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Update GitHub Actions CI action versions (#1336)
ci: Update GitHub-supplied actions. These are generating warnings in the GitHub Actions UI as they are being forced to use a more current node. Co-authored-by: Bruce Mitchener <bruce.mitchener@configura.com>
This commit is contained in:
committed by
Keavon Chambers
parent
a49d96ed37
commit
3ed4af4ca6
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -20,12 +20,12 @@ jobs:
|
||||
SCCACHE_DIR: /var/lib/github-actions/.cache
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: 🔧 Set up Node
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16.x'
|
||||
node-version: '16'
|
||||
|
||||
- name: 🚧 Install Node dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user