Skip to content

Commit

Permalink
Fixed: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiArya20 committed Dec 11, 2024
1 parent 544882d commit 2502c19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2 # Check out the repository
uses: actions/checkout@v4 # Check out the repository

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4 # Setup Buildx (latest version)
uses: docker/setup-buildx-action@v3 # Setup Buildx (latest version)

- name: Cache Docker layers (optional but recommended for faster builds)
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 2502c19

Please sign in to comment.