diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 009119c064c..fca52fac227 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' @@ -103,7 +103,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 798457d3c4a..3c5627ee0d5 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -16,10 +16,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' @@ -112,7 +112,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