Skip to content

Commit

Permalink
Bump actions to fix save-state warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stnguyen90 committed Feb 15, 2023
1 parent 037d330 commit fc87a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

# This is a separate action that sets up buildx runner
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Build Appwrite
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
push: false
Expand Down

0 comments on commit fc87a0a

Please sign in to comment.