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 a33cf5a commit b2998ccCopy full SHA for b2998cc
.github/workflows/structure.yml
@@ -19,7 +19,7 @@ jobs:
19
MOODLE_REPOSITORY: 'https://github.com/moodle/moodle'
20
steps:
21
- name: Checking out code
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
24
- name: Checking out Moodle ${{ env.MOODLE_BRANCH }}
25
run: |
0 commit comments