File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 id-token : write # IMPORTANT: mandatory for trusted publishing
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - name : Set up Python
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.12"
2222 - name : Install pypa/build
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 - " 3.13"
2121 - " 3.14"
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - name : Log in to Docker Hub
25- uses : docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
25+ uses : docker/login-action@v3
2626 with :
2727 username : ${{ secrets.DOCKER_USERNAME }}
2828 password : ${{ secrets.DOCKER_PASSWORD }}
2929 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v4
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments