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 1818 IMAGE_NAME : ${{ github.repository }}
1919 steps :
2020 - name : Check out the repo
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Log in to Docker Hub
2424 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1515 test :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Use Node.js 22.x
2020 uses : actions/setup-node@v5
2121 with :
3333 lint :
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - name : Use Node.js 22.x
3838 uses : actions/setup-node@v5
3939 with :
4646 check :
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - name : Use Node.js 22.x
5151 uses : actions/setup-node@v5
5252 with :
You can’t perform that action at this time.
0 commit comments