mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2026-01-27 06:51:38 -08:00
Update github action version
This commit is contained in:
parent
12a5452d0e
commit
71ccac2c15
2 changed files with 7 additions and 7 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
if: github.repository_owner == 'nix-community'
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2.3.4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v20
|
||||
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- name: Add nix-community cache
|
||||
uses: cachix/cachix-action@v10
|
||||
uses: cachix/cachix-action@v13
|
||||
with:
|
||||
name: nix-community
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
|
@ -50,15 +50,15 @@ jobs:
|
|||
if: github.repository_owner == 'nix-community'
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2.3.4
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v20
|
||||
uses: cachix/install-nix-action@v24
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- name: Add nix-community cache
|
||||
uses: cachix/cachix-action@v10
|
||||
uses: cachix/cachix-action@v13
|
||||
with:
|
||||
name: nix-community
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
|
|
|||
4
.github/workflows/pulls.yml
vendored
4
.github/workflows/pulls.yml
vendored
|
|
@ -10,8 +10,8 @@ jobs:
|
|||
outputs:
|
||||
matrix: ${{ steps.set-matrix.outputs.matrix }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- uses: actions/checkout@v4.1.1
|
||||
- uses: cachix/install-nix-action@v24
|
||||
- id: set-matrix
|
||||
name: Evaluate flake
|
||||
run: nix flake show --all-systems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue