Skip to content

Commit c20a5b7

Browse files
committed
Update actions/checkout to v6.0.2 in workflow files
1 parent a287432 commit c20a5b7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
actions: read # Required for Claude to read CI results on PRs
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v6.0.2
3030
with:
3131
fetch-depth: 1
3232

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: "ubuntu-latest"
1717
steps:
1818
- name: Checkout the repository
19-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
19+
uses: actions/checkout@v6.0.2
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
22+
uses: actions/setup-python@v6.2.0
2323
with:
2424
python-version: "3.13"
2525
cache: "pip"

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout the repository
22-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
22+
uses: actions/checkout@v6.0.2
2323

2424
- name: Run hassfest validation
25-
uses: home-assistant/actions/hassfest@55b4a5d23e09d627c2773c2ef82afa98904d65b4 # master
25+
uses: home-assistant/actions/hassfest@master
2626

2727
hacs: # https://github.com/hacs/action
2828
name: HACS validation

0 commit comments

Comments
 (0)