Skip to content

Commit f47f95c

Browse files
committed
[repo] Bump action versions
1 parent 9874650 commit f47f95c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-apidocs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Checkout Moodle
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
repository: moodle/moodle
2727
path: .moodle
2828

2929
- name: Setup Node
30-
uses: actions/setup-node@v2
30+
uses: actions/setup-node@v4
3131
with:
3232
node-version-file: '.moodle/.nvmrc'
3333

0 commit comments

Comments
 (0)