From 47de2e4000d2bde946589282661de64d5ff562af Mon Sep 17 00:00:00 2001 From: Cristine Guadelupe Date: Sun, 7 Jan 2024 02:42:01 -0300 Subject: [PATCH] Update actions to v3 (#135) --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 455ff16..7f32674 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: otp: "25.0" lint: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1 with: @@ -25,7 +25,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | deps