Skip to content

Commit

Permalink
Fix node12 deprecations (zio#2765)
Browse files Browse the repository at this point in the history
* Use actions/checkout@v3

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* Use actions/cache@v3

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

---------

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref authored and joelsonoda committed Jun 27, 2023
1 parent 6a2761b commit bf4aaee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
name: Build ${{matrix.scala_short_dot}} - ${{matrix.module}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache sbt
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/coursier
Expand Down Expand Up @@ -115,9 +115,9 @@ jobs:
name: Release ${{matrix.scala_short_dot}} - ${{matrix.module}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache sbt
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/coursier
Expand Down Expand Up @@ -165,9 +165,9 @@ jobs:
name: Publish ${{matrix.scala_short_dot}} - ${{matrix.module}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Cache sbt
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cache/coursier
Expand Down

0 comments on commit bf4aaee

Please sign in to comment.