@@ -23,10 +23,10 @@ jobs:
2323
2424 steps :
2525 - name : ' Checkout'
26- uses : eliashaeussler/gha/.github/actions/checkout@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
26+ uses : eliashaeussler/gha/.github/actions/checkout@170d5386aa8f68a00af7ac7683228ed390c501e6 # 0.4.5
2727
2828 - name : ' Build PHAR'
29- uses : eliashaeussler/gha/.github/actions/build-phar@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
29+ uses : eliashaeussler/gha/.github/actions/build-phar@170d5386aa8f68a00af7ac7683228ed390c501e6 # 0.4.5
3030 id : phar
3131 with :
3232 target-file : ${{ env.PHAR_FILE }}
3838 run : chmod +x "$PHAR_FILE"
3939
4040 - name : ' Build Docker'
41- uses : eliashaeussler/gha/.github/actions/build-docker@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
41+ uses : eliashaeussler/gha/.github/actions/build-docker@170d5386aa8f68a00af7ac7683228ed390c501e6 # 0.4.5
4242 with :
4343 dockerhub-username : ${{ secrets.DOCKERHUB_USERNAME }}
4444 dockerhub-token : ${{ secrets.DOCKERHUB_TOKEN }}
7575
7676 steps :
7777 - name : ' Checkout'
78- uses : eliashaeussler/gha/.github/actions/checkout@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
78+ uses : eliashaeussler/gha/.github/actions/checkout@170d5386aa8f68a00af7ac7683228ed390c501e6 # 0.4.5
7979
8080 - name : ' Download PHAR file'
8181 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
9292
9393 - name : ' Build and deploy docs'
9494 id : deploy
95- uses : eliashaeussler/gha/.github/actions/deploy-pages@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
95+ uses : eliashaeussler/gha/.github/actions/deploy-pages@170d5386aa8f68a00af7ac7683228ed390c501e6 # 0.4.5
9696 with :
9797 build-command : ' docs:build'
9898 base-path : ' docs/.vitepress/dist'
@@ -113,6 +113,6 @@ jobs:
113113 permissions :
114114 contents : write
115115
116- uses : eliashaeussler/gha/.github/workflows/github-release.yaml@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
116+ uses : eliashaeussler/gha/.github/workflows/github-release.yaml@170d5386aa8f68a00af7ac7683228ed390c501e6 # 0.4.5
117117 with :
118118 artifact-name : ${{ needs.assets.outputs.phar-artifact-name }}
0 commit comments