File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,23 +19,23 @@ jobs:
1919 id-token : write
2020 steps :
2121 - name : Check out the repo
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323
2424 - name : Log in to Docker Hub
25- uses : docker/login-action@v3
25+ uses : docker/login-action@v4
2626 with :
2727 username : ${{ secrets.DOCKER_USERNAME }}
2828 password : ${{ secrets.DOCKER_PASSWORD }}
2929
3030 - name : Extract metadata (tags, labels) for Docker
3131 id : meta
32- uses : docker/metadata-action@v5
32+ uses : docker/metadata-action@v6
3333 with :
3434 images : ${{ env.DOCKER_NAMESPACE }}/${{ env.DOCKER_REPOSITORY }}
3535
3636 - name : Build and push Docker image
3737 id : push
38- uses : docker/build-push-action@v6
38+ uses : docker/build-push-action@v7
3939 with :
4040 context : .
4141 push : true
Original file line number Diff line number Diff line change 88 pre-commit :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
12- - uses : actions/setup-python@v3
11+ - uses : actions/checkout@v6
12+ - uses : actions/setup-python@v6
1313 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 1010 matrix :
1111 python-version : ["3.12", "3.13"]
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - name : Set up python version ${{ matrix.python-version }} for testing
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 cache : ' pip'
You can’t perform that action at this time.
0 commit comments