Skip to content

Commit

Permalink
bump actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Oct 4, 2024
1 parent a87fa37 commit 4ff23e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4

- name: Setup node with cache
uses: actions/setup-node@v4
Expand All @@ -58,7 +58,7 @@ jobs:
separator: "."

- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4

- name: Setup node with cache
uses: actions/setup-node@v4
Expand Down

0 comments on commit 4ff23e9

Please sign in to comment.