action-deps: bump al-cheb/configure-pagefile-action from 1.3 to 1.4 by dependabot[bot] · Pull Request #1303 · 0x7c13/Notepads (original) (raw)

Bumps al-cheb/configure-pagefile-action from 1.3 to 1.4.

Release notes

Sourced from al-cheb/configure-pagefile-action's releases.

v1.4: Update task node version to 20

configure-pagefile-action

This action is intended to configure Pagefile size and location for Windows images in GitHub Actions.

Available parameters

Argument Description Format Default value
minimum-size Set minimum size of Pagefile 2048MB, 4GB, 8GB and etc 8GB
maximum-size Set maximum size of Pagefile The same like minimum-size minimum-size
disk-root Set disk root where Pagefile will be located C: or D: D:

Usage

name: CI
on: [push]
jobs:
 build:
   runs-on: windows-latest
   steps:
   - name: configure Pagefile
     uses: al-cheb/configure-pagefile-action@v1.4
     with:
       minimum-size: 8

- name: configure Pagefile
 uses: al-cheb/configure-pagefile-action@v1.4
 with:
   minimum-size: 8
   maximum-size: 16
   disk-root: "D:"


License

The scripts and documentation in this project are released under the MIT License

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.