Skip to content

Commit

Permalink
chore: update all install-nix-action calls to use v26
Browse files Browse the repository at this point in the history
  • Loading branch information
jooooscha committed Mar 11, 2024
1 parent 7417a59 commit c0f107d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cleanup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
sort -o ./blacklist.txt ./blacklist.txt
# remove all files that are in my blacklist
echo "$(comm -23 ./manifest.txt ./blacklist.txt)" > ./manifest.txt
- uses: cachix/install-nix-action@v20
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ github.token }}
- name: Backup vim-plugins.nix # TODO: workaround: if vim-plugins is broken, all 'nix run' actions will fail
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Install nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Install nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-all-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
token: ${{ github.token }}
ref: ${{ github.head_ref }}
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ github.token }}

Expand Down

0 comments on commit c0f107d

Please sign in to comment.