Skip to content

Commit

Permalink
feat(actual-budget): bump to version 24.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Jun 3, 2024
1 parent 8f8d3d1 commit 389d0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-actual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
packages: write
strategy:
matrix:
version: ['24.5.0']
version: ['24.6.0']
steps:
- name: Check-out repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion actual-budget/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM docker.io/node:18.20.3 AS build

ARG TARGETOS
ARG TARGETARCH
ARG VERSION=24.5.0
ARG VERSION=24.6.0

WORKDIR /build

Expand Down

0 comments on commit 389d0ae

Please sign in to comment.