Skip to content

Commit 573ca99

Browse files
committed
Migrate GitHub action versions to version numbers
1 parent 898a9cd commit 573ca99

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: "ubuntu-latest"
1818
steps:
1919
- name: Checkout the repository
20-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
20+
uses: actions/checkout@v6
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: "3.13"
2626
cache: "pip"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout the repository
31-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
31+
uses: actions/checkout@v6
3232
with:
3333
fetch-depth: 0
3434

.github/workflows/validate.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout the repository
23-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
23+
uses: actions/checkout@v6
2424

2525
- name: Run hassfest validation
26-
uses: home-assistant/actions/hassfest@6778c32c6da322382854bd824e30fd4a4f3c20e5 # master
26+
uses: home-assistant/actions/hassfest@v1
2727

2828
hacs: # https://github.com/hacs/action
2929
name: HACS validation
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout the repository
33-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
33+
uses: actions/checkout@v6
3434

3535
- name: Run HACS validation
36-
uses: hacs/action@d556e736723344f83838d08488c983a15381059a # 22.5.0
36+
uses: hacs/action@v22
3737
with:
3838
category: integration
3939
# Remove this 'ignore' key when you have added brand images for your integration to https://github.com/home-assistant/brands
@@ -44,10 +44,10 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Checkout the repository
47-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
47+
uses: actions/checkout@v6
4848

4949
- name: Set up Python
50-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
50+
uses: actions/setup-python@v6
5151
with:
5252
python-version: "3.13"
5353
cache: "pip"

0 commit comments

Comments
 (0)