diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 9526ab9..8f01bcb 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -14,7 +14,7 @@ jobs: otp-version: '24' elixir-version: '1.13' - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: setup hex run: | mix local.hex --force diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3426a1..774383f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: steps: # Check out the code. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Define how to cache deps. Restores existing cache if present. - name: Cache deps diff --git a/.github/workflows/retire.yaml b/.github/workflows/retire.yaml index df24772..0ef977c 100644 --- a/.github/workflows/retire.yaml +++ b/.github/workflows/retire.yaml @@ -33,7 +33,7 @@ jobs: REASON: ${{ inputs.reason }} VERSION: ${{ inputs.version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: erlef/setup-beam@5304e04ea2b355f03681464e683d92e3b2f18451 # ratchet:erlef/setup-beam@v1 with: otp-version: '24'