From 8a0edde5c8d867c6b2f2f112530a9cccefb16556 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 14 May 2023 20:35:58 +0300 Subject: [PATCH] Bump github actions to v3 --- .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 02a5930c..46e695fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: Check_Formatting: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: hecrj/setup-rust-action@v1 with: rust-version: stable