Skip to content

Commit

Permalink
Use main for flakehub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-izval committed Nov 21, 2023
1 parent 02f3fdf commit 51e309a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v6
uses: DeterminateSystems/nix-installer-action@v7
- name: Setup Cachix
uses: cachix/cachix-action@v12
with:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v6
uses: DeterminateSystems/nix-installer-action@v7
- name: Replace inputs on templates
run: sed -i 's/github:stackbuilders\/nixpkgs-terraform/github:stackbuilders\/nixpkgs-terraform\/${{ github.sha }}/g' templates/*/flake.nix
- name: Create a temporary directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
ref: "${{ github.ref_name }}"
- name: Install Nix
uses: "DeterminateSystems/nix-installer-action@v6"
uses: "DeterminateSystems/nix-installer-action@v7"
- name: Push to FlakeHub
uses: "DeterminateSystems/flakehub-push@v3"
uses: "DeterminateSystems/flakehub-push@main"
with:
visibility: "public"
name: "stackbuilders/nixpkgs-terraform"
Expand Down

0 comments on commit 51e309a

Please sign in to comment.