diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8fb84ea..dbae622a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: env: MIX_ENV: test steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}} @@ -148,7 +148,7 @@ jobs: - name: Set git to use original line ending run: | git config --global core.autocrlf false - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}} @@ -170,7 +170,7 @@ jobs: - elixir: 1.18.x otp: 27.x steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.otp}}