From 4b6979dfa380c9d9b94a3ebf16796908c13ac450 Mon Sep 17 00:00:00 2001 From: parroty Date: Wed, 10 May 2023 22:10:07 +0900 Subject: [PATCH] Update action-versions --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8577a6c..765c54f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,12 +16,12 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GLOBAL_MOCK: ${{ matrix.global-mock }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp }} elixir-version: ${{ matrix.elixir }} - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: | deps