chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#29)

This commit is contained in:
dependabot[bot] 2025-11-18 08:56:11 +01:00 committed by GitHub
parent 21b444c16d
commit 3f90de0c0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v5.0.1
with: with:
fetch-depth: 0 # Need full history for git describe fetch-depth: 0 # Need full history for git describe

View file

@ -20,7 +20,7 @@ jobs:
runs-on: "ubuntu-latest" runs-on: "ubuntu-latest"
steps: steps:
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Set up Python - name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

View file

@ -27,7 +27,7 @@ jobs:
version: ${{ steps.tag.outputs.version }} version: ${{ steps.tag.outputs.version }}
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v5.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
@ -92,7 +92,7 @@ jobs:
needs: sync-manifest # Wait for manifest sync to complete needs: sync-manifest # Wait for manifest sync to complete
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v5.0.1
with: with:
fetch-depth: 0 # Fetch all history for git-cliff fetch-depth: 0 # Fetch all history for git-cliff
ref: main # Use updated main branch if manifest was synced ref: main # Use updated main branch if manifest was synced

View file

@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Run hassfest validation - name: Run hassfest validation
uses: home-assistant/actions/hassfest@8ca6e134c077479b26138bd33520707e8d94ef59 # master uses: home-assistant/actions/hassfest@8ca6e134c077479b26138bd33520707e8d94ef59 # master