Skip to content

Commit

Permalink
Update actions to prevent node js version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Nov 30, 2022
1 parent a5e5c0f commit 6064df7
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 @@ -34,12 +34,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ inputs.branch }}

- name: Install nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v18

- uses: cachix/cachix-action@v12
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install nix
uses: cachix/install-nix-action@v16
uses: cachix/install-nix-action@v18

- uses: cachix/cachix-action@v12
with:
Expand Down

0 comments on commit 6064df7

Please sign in to comment.