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 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
21
22
22
- name : ⚙️ Setup PHP, with composer and extensions
23
23
uses : ./.github/workflows/actions/setup-php
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
needs : ci
26
26
steps :
27
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
28
- run : |
29
29
mkdir -p ./_site
30
30
65
65
runs-on : ubuntu-latest
66
66
needs : ci
67
67
steps :
68
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
68
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
69
69
70
70
- name : 📃 Generate PHP documentation
71
71
run : docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 -d ./src -t ./_site/phpdoc
@@ -102,7 +102,7 @@ jobs:
102
102
destination : ./_site
103
103
104
104
- name : Upload artifact
105
- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3 .0.1
105
+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4 .0.0
106
106
107
107
- name : 🚀 Deploy to GitHub Pages
108
108
id : deployment
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18
18
19
19
- name : ⚙️ Setup PHP, with composer and extensions
20
20
uses : ./.github/workflows/actions/setup-php
You can’t perform that action at this time.
0 commit comments