Commit ab05c8a 1 parent 98f3931 commit ab05c8a Copy full SHA for ab05c8a
File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 10
10
# run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
11
11
run : echo "branch=$(echo ${GITHUB_REF#refs/heads/}) >> $GITHUB_OUTPUT"
12
12
id : extract_branch
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
ref : ${{ steps.extract_branch.outputs.branch }}
16
16
- uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Create Release
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Get version
18
18
id : version
Original file line number Diff line number Diff line change 12
12
# run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
13
13
run : echo "branch=$(echo ${GITHUB_REF#refs/heads/}) >> $GITHUB_OUTPUT"
14
14
id : extract_branch
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
# with:
17
17
# ref: ${{ steps.extract_branch.outputs.branch }}
18
18
# fetch-depth: 0
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
validate :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : home-assistant/actions/hassfest@master
16
16
hacs :
17
17
name : HACS Action
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : HACS Action
22
22
uses : hacs/action@main
23
23
with :
You can’t perform that action at this time.
0 commit comments