Skip to content

Commit

Permalink
update to latest versions for github actions (#903)
Browse files Browse the repository at this point in the history
* update to latest versions for github actions
  • Loading branch information
yisraelU authored Aug 4, 2024
1 parent c817139 commit 24f09d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.2
- uses: actions/checkout@v4

- name: "Starting up Redis 🐳"
run: docker compose up -d

- name: "Cache for sbt & coursier ♨️"
uses: coursier/cache-action@v4.1
uses: coursier/cache-action@v6

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v27

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v15
with:
name: redis4cats
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
Expand Down

0 comments on commit 24f09d2

Please sign in to comment.