1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-21 01:10:53 +01:00

Bump actions/checkout from 4.0.0 to 4.1.0 (#18010)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-25 11:20:50 +02:00
committed by GitHub
parent b3b10fa2ef
commit f3513e3e52
9 changed files with 14 additions and 14 deletions

View File

@@ -21,7 +21,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@v4.0.0
uses: actions/checkout@v4.1.0
- name: Setup Node
uses: actions/setup-node@v3.8.1