1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-22 17:59:49 +01:00

Bump actions/checkout from 3.3.0 to 3.4.0 (#15883)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-20 09:07:14 +01:00
committed by GitHub
parent d5bc892bae
commit c9d709152a
9 changed files with 14 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ jobs:
if: github.repository == 'home-assistant/frontend' && contains(github.event.pull_request.labels.*.name, 'needs design preview')
steps:
- name: Check out files from GitHub
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0
- name: Set up Node ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3.6.0