File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ jobs:
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v6
30+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
3232 - name : Cache
3333 id : cache
34- uses : actions/cache@v5
34+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3535 with :
3636 path : cache
3737 key : update-${{ github.sha }}
3838
3939 - name : Set up Python
40- uses : actions/setup-python@v6
40+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4141 with :
4242 python-version : ' 3.12'
4343
5858 run : 7z a build.zip ./gh-pages/* ./gh-pages-template/*
5959
6060 - name : Upload artifact
61- uses : actions/upload-artifact@v6
61+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6262 with :
6363 name : update
6464 path : ${{ github.workspace }}/build.zip
You can’t perform that action at this time.
0 commit comments