diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7253364..7effd16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: # reserved memory cannot exceed the amount of physically available storage. - name: Configure Pagefile if: matrix.os == 'windows-2019' - uses: al-cheb/configure-pagefile-action@v1.3 + uses: al-cheb/configure-pagefile-action@v1.4 with: minimum-size: 4GB maximum-size: 16GB