Skip to content

Commit

Permalink
Don't use specific actions versions and update cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Jan 26, 2024
1 parent 7d3aa6c commit a0314a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:

- name: Checkout repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4

- name: Output latest Erlang/OTP version
id: latest_version
Expand All @@ -58,7 +58,7 @@ jobs:
} >> "$GITHUB_OUTPUT"
- name: Restore CI cache
uses: actions/cache/restore@v3.3.2
uses: actions/cache/restore@v4
with:
path: |
~/erlang/
Expand Down

0 comments on commit a0314a6

Please sign in to comment.