From b4627437aadec98171e2dcf8c9c485f0b22b510e Mon Sep 17 00:00:00 2001 From: Psionik K <73710933+psionic-k@users.noreply.github.com> Date: Tue, 24 Oct 2023 03:10:39 -0500 Subject: [PATCH] update actions verions Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9846d57..736cb17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,8 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/checkout@v2.4.2 - - uses: cachix/install-nix-action@v15 + - uses: actions/checkout@v3.2.0 + - uses: cachix/install-nix-action@v22 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}