File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848
4949 steps :
5050 - name : Checkout repository
51- uses : actions/checkout@v6
51+ uses : actions/checkout@v7
5252 - name : Setup environment
5353 run : sudo -E ./tests/ci-setup.bash github
5454 - name : Set up Docker Buildx
8080
8181 steps :
8282 - name : Checkout repository
83- uses : actions/checkout@v6
83+ uses : actions/checkout@v7
8484 - name : Setup environment
8585 run : sudo -E ./tests/ci-setup.bash github
8686 - name : Set up Docker Buildx
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@v6
38+ uses : actions/checkout@v7
3939 with :
4040 repository : ${{ github.event.pull_request.head.repo.full_name }}
4141 ref : ${{ github.event.pull_request.head.ref }}
Original file line number Diff line number Diff line change 6767
6868 steps :
6969 - name : Checkout repository
70- uses : actions/checkout@v6
70+ uses : actions/checkout@v7
7171 - name : Setup environment
7272 run : |
7373 sudo -E ./tests/ci-setup.bash github
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@v6
25+ uses : actions/checkout@v7
2626 - name : Setup environment
2727 run : sudo -E bash -c set
2828 - name : " ShellCheck openhabian-setup.sh"
You can’t perform that action at this time.
0 commit comments