mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
Don't use specific actions versions and update cache to v4
This commit is contained in:
parent
7d3aa6c9dd
commit
a0314a6dff
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue