File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments