File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
16
16
name : Format
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 0
22
22
23
- - uses : actions/setup-python@v5
23
+ - uses : actions/setup-python@v6
24
24
with :
25
25
python-version : " 3.x"
26
26
29
29
test-action :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
34
34
- uses : ./
35
35
with :
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
# Check out the repository to ensure the step below has access to action source code.
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
24
24
# Run the commit message validation action using the source code checked out in the previous step.
25
25
- uses : ./
You can’t perform that action at this time.
0 commit comments