From 249713601ed49ec33c37061dddce5487c028d0e4 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 29 May 2022 20:33:48 +0900 Subject: [PATCH] Upgrade actions/checkout to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf0fafe..7ace896 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update rustup run: rustup self update - name: Install Rust