Skip to content

Commit

Permalink
Merge pull request #407 from bank-vaults/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
chore(deps): lock file maintenance
  • Loading branch information
csatib02 authored Jan 20, 2025
2 parents eae10ce + 2302545 commit c7414cf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,14 @@ jobs:
contents: write

steps:
- name: Increase tmpfs size
run: |
echo "=== Original tmpfs size ==="
df -h /run/user/1001
sudo mount -o remount,size=8G /run/user/1001
echo "=== New tmpfs size ==="
df -h /run/user/1001
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Expand Down
26 changes: 13 additions & 13 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7414cf

Please sign in to comment.