scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
130 stars 32 forks source link

Bump al-cheb/configure-pagefile-action from 1.2 to 1.3 #569

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

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

v1.3: Update task node version

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.2
      with:
        minimum-size: 8
- name: configure Pagefile
  uses: al-cheb/configure-pagefile-action@v1.2
  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
  • 86589fd Update task node version
  • 8a12eb9 Merge pull request #13 from al-cheb/dependabot/npm_and_yarn/actions/core-1.9.1
  • 3dcb1d4 Bump @​actions/core from 1.2.6 to 1.9.1
  • 377c82e Merge pull request #8 from ericdallo/fix-readme
  • ec04682 Update README.md
  • ed244d4 Merge pull request #4 from al-cheb/dependabot/npm_and_yarn/actions/core-1.2.6
  • 916fa29 Merge pull request #3 from jsoref/grammar
  • c546b9a Bump @​actions/core from 1.2.4 to 1.2.6
  • 0614b4d spelling: etc.
  • 918dc4b Update README.md
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

The following labels could not be found: Github Actions.