Skip to content

Commit

Permalink
actions: switch to my fork of free-disk-space
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 1, 2024
1 parent eecb585 commit 5c8b276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: jlumbroso/free-disk-space@v1.3.1
- uses: thiagokokada/free-disk-space@main
with:
swap-storage: false
tool-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flakes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
update-flakes:
runs-on: ubuntu-latest
steps:
- uses: jlumbroso/free-disk-space@v1.3.1
- uses: thiagokokada/free-disk-space@main
with:
swap-storage: false
tool-cache: true
Expand Down
2 changes: 1 addition & 1 deletion actions/constants.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://github.com/marketplace/actions/create-pull-request
create-pull-request = "peter-evans/create-pull-request@v6";
# https://github.com/marketplace/actions/free-disk-space-ubuntu
free-disk-space = "jlumbroso/free-disk-space@v1.3.1";
free-disk-space = "thiagokokada/free-disk-space@main";
# https://github.com/marketplace/actions/install-nix
install-nix-action = "cachix/install-nix-action@v27";
};
Expand Down

0 comments on commit 5c8b276

Please sign in to comment.