Skip to content

Commit

Permalink
ci(deps): update al-cheb/configure-pagefile-action action to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 4, 2023
1 parent 87548c4 commit 32d240e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fi
- name: Configure the Windows Pagefile
if: ${{ env.COMPATIBLE == 'true' && contains(matrix.os, 'windows') }}
uses: al-cheb/configure-pagefile-action@v1.2
uses: al-cheb/configure-pagefile-action@v1.3
- name: Configure Windows
shell: bash
if: ${{ env.COMPATIBLE == 'true' && contains(matrix.os, 'windows') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-external-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
fi
- name: Configure the Windows Pagefile
if: ${{ env.COMPATIBLE == 'true' && contains(matrix.os, 'windows') }}
uses: al-cheb/configure-pagefile-action@v1.2
uses: al-cheb/configure-pagefile-action@v1.3
- name: Configure Windows
shell: bash
if: ${{ env.COMPATIBLE && contains(matrix.os, 'windows') }}
Expand Down

0 comments on commit 32d240e

Please sign in to comment.