diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index ce591c4..1557674 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -27,7 +27,7 @@ jobs: POSTGRES_USER: postgres options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3 steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.3.0 - uses: erlef/setup-elixir@v1.14 with: otp-version: ${{matrix.otp}}