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 @@ -24,11 +24,11 @@ jobs:
2424 steps :
2525 - &checkout
2626 name : Check out code from GitHub
27- uses : actions/checkout@v6.0.1
27+ uses : actions/checkout@v6.0.2
2828 - &setup-python-default
2929 name : Set up Python ${{ env.DEFAULT_PYTHON }}
3030 id : python
31- uses : &actions-setup-python actions/setup-python@v6.1 .0
31+ uses : &actions-setup-python actions/setup-python@v6.2 .0
3232 with :
3333 python-version : ${{ env.DEFAULT_PYTHON }}
3434 check-latest : true
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 contents : write # Required to upload release assets
2121 steps :
2222 - name : Check out code from Github
23- uses : actions/checkout@v6.0.1
23+ uses : actions/checkout@v6.0.2
2424 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
2525 id : python
26- uses : actions/setup-python@v6.1 .0
26+ uses : actions/setup-python@v6.2 .0
2727 with :
2828 python-version : ${{ env.DEFAULT_PYTHON }}
2929 - name : Build distributions
You can’t perform that action at this time.
0 commit comments