File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
2222 - name : ⚙️ Setup PHP, with composer and extensions
2323 uses : ./.github/workflows/actions/setup-php
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 needs : ci
2626 steps :
27- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828 - run : |
2929 mkdir -p ./_site
3030
6565 runs-on : ubuntu-latest
6666 needs : ci
6767 steps :
68- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969
7070 - name : 📃 Generate PHP documentation
7171 run : docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 -d ./src -t ./_site/phpdoc
@@ -102,7 +102,7 @@ jobs:
102102 destination : ./_site
103103
104104 - name : Upload artifact
105- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3 .0.1
105+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4 .0.0
106106
107107 - name : 🚀 Deploy to GitHub Pages
108108 id : deployment
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818
1919 - name : ⚙️ Setup PHP, with composer and extensions
2020 uses : ./.github/workflows/actions/setup-php
You can’t perform that action at this time.
0 commit comments