From 8710590b247ad8c428bbc070bd4368d15f08ac17 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Thu, 4 Apr 2024 13:17:52 -0600 Subject: [PATCH] bump github ci deps --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06fa5b83..2222131b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: elixir: ['1.14.2', '1.15.7', '1.16.0'] otp: ['25.1.2'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}}