1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-28 04:34:11 +01:00

Pin action versions to minor and patch (#14894)

This commit is contained in:
Steve Repsher
2022-12-27 15:20:47 -05:00
committed by GitHub
parent 0e70b866ae
commit 5eb45209e8
9 changed files with 26 additions and 26 deletions

View File

@@ -17,10 +17,10 @@ jobs:
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
steps:
- name: Check out files from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v3.2.0
- name: Set up Node ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn