File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ permissions:
1010
1111jobs :
1212 scheduled :
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-24.04
1414
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2121 with :
22- python-version : ' 3.10 '
22+ python-version : ' 3.11 '
2323
2424 - name : Install required packages
2525 run : pip install requests==2.32.5 aboutcode.pipeline==0.2.1
3434 git add -A
3535 timestamp=$(date -u)
3636 git commit -m "$(echo -e "Sync NuGet catalog: $timestamp\n\nSigned-off-by: AboutCode Automation <automation@aboutcode.org>")" || exit 0
37- git push
37+ git push
You can’t perform that action at this time.
0 commit comments