Skip to content

Commit

Permalink
ci: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Jun 12, 2024
1 parent 65a58ff commit 9d60d95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@v27

- name: Set up Nix cache
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: fossar
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down Expand Up @@ -106,10 +106,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@v27

- name: Set up Nix cache
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: fossar
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
path: ${{ steps.zipball.outputs.file_name }}

- name: Upload the zipball to Cloudsmith
uses: cloudsmith-io/[email protected].6
uses: cloudsmith-io/[email protected].9
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
with:
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
Expand Down

0 comments on commit 9d60d95

Please sign in to comment.