Skip to content

Commit

Permalink
actions: bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 1, 2024
1 parent 5c8b276 commit a239ee7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
swap-storage: false
tool-cache: true
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v30
with:
extra_nix_config: |-
accept-flake-config = true
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v30
with:
extra_nix_config: |-
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flakes-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v30
with:
extra_nix_config: |-
accept-flake-config = true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-flakes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
swap-storage: false
tool-cache: true
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v30
with:
extra_nix_config: |-
accept-flake-config = true
Expand All @@ -34,7 +34,7 @@ jobs:
nix build --print-build-logs '.#nixosConfigurations.mirai-nixos.config.system.build.toplevel'
nix build --print-build-logs '.#nixosConfigurations.sankyuu-nixos.config.system.build.toplevel'
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
body: |
## Run report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-flakes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
DEBIAN_FRONTEND=noninteractive
sudo apt-get update -q -y
sudo apt-get install -q -y binfmt-support qemu-user-static
- uses: cachix/install-nix-action@v27
- uses: cachix/install-nix-action@v30
with:
extra_nix_config: |-
accept-flake-config = true
Expand Down
4 changes: 2 additions & 2 deletions actions/constants.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# https://github.com/marketplace/actions/checkout
checkout = "actions/checkout@v4";
# https://github.com/marketplace/actions/create-pull-request
create-pull-request = "peter-evans/create-pull-request@v6";
create-pull-request = "peter-evans/create-pull-request@v7";
# https://github.com/marketplace/actions/free-disk-space-ubuntu
free-disk-space = "thiagokokada/free-disk-space@main";
# https://github.com/marketplace/actions/install-nix
install-nix-action = "cachix/install-nix-action@v27";
install-nix-action = "cachix/install-nix-action@v30";
};
ubuntu.runs-on = "ubuntu-latest";
macos.runs-on = "macos-latest";
Expand Down

0 comments on commit a239ee7

Please sign in to comment.