From bc6ac7f0af524cbd3516774939924e17006ad3e3 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 21 Mar 2024 10:16:47 -0700 Subject: [PATCH] checkout v4 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4789c0bf..8dde0ad2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - "19" - "18" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: make test - run: make edoc - run: REBAR=rebar make test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f155eed1..eee4b583 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Publish to Hex.pm uses: erlangpack/github-action@v3