From 593bf5071e7cd4eea10e61f8abff35b4e3acba0e Mon Sep 17 00:00:00 2001 From: chiroptical Date: Tue, 3 Sep 2024 09:10:49 -0400 Subject: [PATCH] Update actions versions --- .github/workflows/ct.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ct.yml b/.github/workflows/ct.yml index 0d16b15..14706a2 100644 --- a/.github/workflows/ct.yml +++ b/.github/workflows/ct.yml @@ -27,7 +27,7 @@ jobs: with: otp-version: ${{ matrix.otp_version }} rebar3-version: ${{ matrix.rebar3_version }} - - uses: actions/cache@v2 + - uses: actions/cache@v4 name: Cache with: path: | @@ -65,12 +65,12 @@ jobs: rebar3_version: ['3.23'] os: [ubuntu-22.04] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp_version }} rebar3-version: ${{ matrix.rebar3_version }} - - uses: actions/cache@v2 + - uses: actions/cache@v4 name: Cache with: path: |