File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 if : ${{ github.actor != 'dependabot'}}
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : Set up Docker Buildx
2020 uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435
2121 - name : Log in to the Container registry
22- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
22+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
2323 with :
2424 registry : ${{ env.REGISTRY }}
2525 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 1818 pull-requests : write
1919
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : actions/setup-node@v4
2323 with :
2424 node-version : 20
Original file line number Diff line number Diff line change 1212 test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : actions/setup-node@v4
1717 with :
1818 node-version : 20
You can’t perform that action at this time.
0 commit comments