From 00190ad7fb5d9f6e92478ed82b372153dad005d1 Mon Sep 17 00:00:00 2001 From: treeform Date: Mon, 8 May 2023 15:22:35 -0700 Subject: [PATCH] update github actions --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c01be1..a853593 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: jiro4989/setup-nim-action@v1 with: nim-version: ${{ matrix.nim-version }}