Skip to content

Commit

Permalink
Bump to actions/checkout@v4
Browse files Browse the repository at this point in the history
actions/checkout@v3 uses nodejs 16 that is deprecated
  • Loading branch information
stronk7 committed Jan 26, 2024
1 parent ff3f967 commit 57369d6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Checking out moodle-docker
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checking out moodle
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: moodle/moodle
path: moodle
Expand Down Expand Up @@ -93,10 +93,10 @@ jobs:

steps:
- name: Checking out moodle-docker
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checking out moodle
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: moodle/moodle
path: moodle
Expand Down Expand Up @@ -184,10 +184,10 @@ jobs:

steps:
- name: Checking out moodle-docker
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checking out moodle
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: moodle/moodle
path: moodle
Expand Down Expand Up @@ -245,10 +245,10 @@ jobs:

steps:
- name: Checking out moodle-docker
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checking out moodle
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: moodle/moodle
path: moodle
Expand Down

0 comments on commit 57369d6

Please sign in to comment.