File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ jobs:
2020
2121 steps :
2222 - name : Check out repository
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424
2525 - name : Set up QEMU (optional, for multi‑arch)
2626 uses : docker/setup-qemu-action@v3
2727
2828 - name : Set up Docker Buildx
29- uses : docker/setup-buildx-action@v2
29+ uses : docker/setup-buildx-action@v3
3030
3131 - name : Log in to Docker Hub
32- uses : docker/login-action@v2
32+ uses : docker/login-action@v3
3333 with :
3434 username : ${{ secrets.DOCKERHUB_USER }}
3535 password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020
2121 steps :
2222 # 0) Check out the code
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424
2525 # 1) Install Miniconda (downloaded — the “bundled” version was removed)
2626 - name : Set up Miniconda
27- uses : conda-incubator/setup-miniconda@v2
27+ uses : conda-incubator/setup-miniconda@v3
2828 with :
2929 miniconda-version : " latest" # <<–‑‑ mandatory or the action fails
3030 python-version : " 3.11"
You can’t perform that action at this time.
0 commit comments