From 1c1b1a18025c6f6b7863b2f9ddf311791dafaa98 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Sun, 30 Apr 2023 11:13:03 -0500 Subject: [PATCH] build: upgrade checkout action for github ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6861681..8c80345 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: test_nostr-rs-relay: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update local toolchain run: |