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:
Bruce Mitchener
2023-07-29 06:36:32 +07:00
committed by Keavon Chambers
parent a49d96ed37
commit 3ed4af4ca6
2 changed files with 8 additions and 8 deletions

View File

@@ -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: |