We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9874650 commit f47f95cCopy full SHA for f47f95c
.github/workflows/publish-apidocs.yml
@@ -16,18 +16,18 @@ jobs:
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
with:
21
fetch-depth: 0
22
23
- name: Checkout Moodle
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
repository: moodle/moodle
27
path: .moodle
28
29
- name: Setup Node
30
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
31
32
node-version-file: '.moodle/.nvmrc'
33
0 commit comments