From f6849086ced652eacb2f58e92e99951d58cc2b2f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 16 Oct 2022 11:37:32 +0200 Subject: workflows/run: upgrade actions --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index afc8f14..fca2b03 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up WireGuard uses: egor-tensin/setup-wireguard@v1 with: -- cgit v1.2.3