diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6443f0..7d5231f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/[email protected] + uses: actions/checkout@v4 - name: Output latest Erlang/OTP version id: latest_version @@ -58,7 +58,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Restore CI cache - uses: actions/cache/[email protected] + uses: actions/cache/restore@v4 with: path: | ~/erlang/ |