File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v6.0.1
31+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3232 - name : Setup Pages
3333 uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
3434 - name : Build with Jekyll
3737 source : ./
3838 destination : ./_site
3939 - name : Upload artifact
40- uses : actions/upload-pages-artifact@v4
40+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v4
4141
4242 # Deployment job
4343 deploy :
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v6.0.1
36+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3737 - name : Setup Ruby
3838 # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
3939 uses : ruby/setup-ruby@708024e6c902387ab41de36e1669e43b5ee7085e
5151 JEKYLL_ENV : production
5252 - name : Upload artifact
5353 # Automatically uploads an artifact from the './_site' directory by default
54- uses : actions/upload-pages-artifact@v4
54+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v4
5555
5656 # Deployment job
5757 deploy :
Original file line number Diff line number Diff line change 3636 chmod +x dist/presswerk-linux-x86_64
3737
3838 - name : Upload artifact
39- uses : actions/upload-artifact@v4
39+ uses : actions/upload-artifact@ea165f8d65b6db9a8b71b5c2d1a090c0daf9c8bb # v4
4040 with :
4141 name : presswerk-linux-x86_64
4242 path : dist/presswerk-linux-x86_64
5050 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5151
5252 - name : Download artifacts
53- uses : actions/download-artifact@v4
53+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5454 with :
5555 name : presswerk-linux-x86_64
5656 path : dist/
You can’t perform that action at this time.
0 commit comments