diff --git a/.github/workflows/structure.yml b/.github/workflows/structure.yml index 67a5b8a0..d7d523ae 100644 --- a/.github/workflows/structure.yml +++ b/.github/workflows/structure.yml @@ -19,7 +19,7 @@ jobs: MOODLE_REPOSITORY: 'https://github.com/moodle/moodle' steps: - name: Checking out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checking out Moodle ${{ env.MOODLE_BRANCH }} run: |