diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ea03d361871..2a98c698124 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -23,10 +23,10 @@ jobs: steps: - name: Checking out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configuring node & npm - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' @@ -105,7 +105,7 @@ jobs: coverage: none - name: Checking out code from ${{ env.GITHUB_REF_SLUG }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setting up PHPUnit env: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 70282821bb1..4fdf9173a08 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,10 +21,10 @@ jobs: git config --global core.eol lf - name: Checking out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configuring node & npm - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' @@ -117,7 +117,7 @@ jobs: git config --global core.eol lf - name: Checking out code from ${{ env.GITHUB_REF_SLUG }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Needs to be done after php is available, git configured and Moodle checkout has happened. - name: Setting up moodle-exttests service