Skip to content

Commit fe7b2ec

Browse files
committed
[repo] Bump actions and ubuntu versions
1 parent ec65f2d commit fe7b2ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-apidocs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ on:
1212

1313
jobs:
1414
deploy:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
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)