File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 pre-release-django-prometheus-job :
88 runs-on : ubuntu-latest
99 name : pre-release django-prometheus
10- if : ${{ github.repository_owner == 'django-commons' }}
10+ if : github.repository_owner == 'django-commons'
1111 permissions :
1212 id-token : write
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717 - name : Check if version is dev
@@ -22,10 +22,10 @@ jobs:
2222 else
2323 echo "Version contains 'dev', proceeding with pre-release"
2424 fi
25- - name : Set up Python 3.9
26- uses : actions/setup-python@v5
25+ - name : Set up Python
26+ uses : actions/setup-python@v6
2727 with :
28- python-version : 3.9
28+ python-version : 3.10
2929 - name : Install dependencies
3030 run : |
3131 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments