Skip to content

Commit 93d4fad

Browse files
Bump al-cheb/configure-pagefile-action from 1.4 to 1.5
Bumps [al-cheb/configure-pagefile-action](https://github.com/al-cheb/configure-pagefile-action) from 1.4 to 1.5. - [Release notes](https://github.com/al-cheb/configure-pagefile-action/releases) - [Commits](al-cheb/configure-pagefile-action@v1.4...v1.5) --- updated-dependencies: - dependency-name: al-cheb/configure-pagefile-action dependency-version: '1.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1d02cf commit 93d4fad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- if: runner.os == 'windows'
2929
name: Config pagefile (Windows only)
30-
uses: al-cheb/configure-pagefile-action@v1.4
30+
uses: al-cheb/configure-pagefile-action@v1.5
3131
with:
3232
minimum-size: 8GB
3333
maximum-size: 16GB

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- if: runner.os == 'windows'
6767
name: Config pagefile (Windows only)
68-
uses: al-cheb/configure-pagefile-action@v1.4
68+
uses: al-cheb/configure-pagefile-action@v1.5
6969
with:
7070
minimum-size: 8GB
7171
maximum-size: 16GB

0 commit comments

Comments
 (0)