Skip to content

Commit

Permalink
ci: update outdated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Aug 13, 2024
1 parent 6497083 commit 9028af6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version-file: .nvmrc

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

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
node-version-file: .nvmrc

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

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
tags: rotki/discord-captcha:latest

0 comments on commit 9028af6

Please sign in to comment.