diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5d4bb8f8179..cf983d5606f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -24,10 +24,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' @@ -106,7 +106,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..d2777d00268 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' @@ -59,7 +59,7 @@ jobs: db: pgsql extensions: exif, fileinfo, gd, intl, pgsql, mysql, redis, soap, sodium, zip - os: windows-latest - php: 8.0 + php: 8.1 db: pgsql extensions: exif, fileinfo, gd, intl, pgsql, mysql, redis, soap, sodium @@ -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