Skip to content

Commit

Permalink
Merge pull request #452 from quarkus-qe/dependabot/github_actions/al-…
Browse files Browse the repository at this point in the history
…cheb/configure-pagefile-action-1.4

Bump al-cheb/configure-pagefile-action from 1.3 to 1.4
  • Loading branch information
rsvoboda authored Feb 12, 2024
2 parents fc5c745 + fb8e98b commit 33c4319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Configure Pagefile
# Increased the page-file size due to memory-consumption of native-image command
# For details see https://github.com/actions/virtual-environments/issues/785
uses: al-cheb/configure-pagefile-action@v1.3
uses: al-cheb/configure-pagefile-action@v1.4
- name: Test in Native mode
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Configure Pagefile
# Increased the page-file size due to memory-consumption of native-image command
# For details see https://github.com/actions/virtual-environments/issues/785
uses: al-cheb/configure-pagefile-action@v1.3
uses: al-cheb/configure-pagefile-action@v1.4
- name: Smoke Test in Native mode
shell: bash
run: |
Expand Down

0 comments on commit 33c4319

Please sign in to comment.