File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 66 createPullRequest :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1010 with :
1111 ssh-key : ${{ secrets.MINIFORGE_AUTOUPDATE_SSH_PRIVATE_KEY }}
12- - uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
12+ - uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
1313 with :
1414 miniforge-version : latest
1515 environment-file : .github/actions/autoupdate/environment.yml
1616 - run : python .github/actions/autoupdate/update.py
1717 - name : Create Pull Request
1818 id : cpr
1919 # This is the v3 tag but for security purposes we pin to the exact commit.
20- uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
20+ uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
2121 with :
2222 commit-message : " Update mamba version"
2323 title : " Update mamba version"
Original file line number Diff line number Diff line change 5757
5858 steps :
5959 - name : Checkout code
60- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
60+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6161
62- - uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
62+ - uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
6363 with :
6464 miniforge-version : " latest"
6565 use-mamba : true
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Upload miniforge to Github artifact
103103 if : always()
104- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
104+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
105105 with :
106106 path : build/Miniforge3-${{ matrix.OS_NAME }}-${{ matrix.ARCH }}*
107107 name : Miniforge3-${{ matrix.OS_NAME }}-${{ matrix.ARCH }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
11+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212 - name : Run Actions script
1313 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
1414 with :
Original file line number Diff line number Diff line change 77 run :
88 shell : bash -l {0}
99 steps :
10- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
11- - uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
10+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
11+ - uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
1212 - run : python -m pip install -r docs/requirements.txt
1313 - run : python docs/releases.py
14- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
14+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
1515 with :
1616 path : build/docs
1717 name : docs
Original file line number Diff line number Diff line change 77 run :
88 shell : bash -l {0}
99 steps :
10- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
10+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1111 - name : Setup Miniconda
12- uses : conda-incubator/setup-miniconda@835234971496cad1653abb28a638a281cf32541f # v3.2 .0
12+ uses : conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3 .0
1313 - name : Install dependencies
1414 run : |
1515 conda install -c conda-forge shellcheck
You can’t perform that action at this time.
0 commit comments