Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthlogic committed Feb 4, 2024
1 parent 70583a7 commit e9622dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Node.js dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-docker-${{ hashFiles('**/Dockerfile') }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
deployment_id: ${{ steps.deployment.outputs.deployment_id }}

- name: Cache FlyCtl binary
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.fly
key: ${{ runner.os }}-flyctl
Expand Down

0 comments on commit e9622dc

Please sign in to comment.