Skip to content

Commit

Permalink
Merge branch 'main' into switch-sc6
Browse files Browse the repository at this point in the history
  • Loading branch information
lildude committed Oct 29, 2024
2 parents ced8c46 + e152eb4 commit 12a615d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: 🚀 Run Home Assistant Add-on Lint
uses: frenck/action-addon-linter@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publisher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: Get version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout addon repo
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
with:
path: repo
repository: lildude/ha-addons
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- name: Build add-on
uses: home-assistant/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghostfolio/ghostfolio:2.109.0
FROM ghostfolio/ghostfolio:2.119.0

ARG BUILD_ARCH
ARG BASHIO_VERSION=0.16.2
Expand Down
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"armv7": "ghostfolio/ghostfolio:not-used"
},
"args": {
"ghostfolio_version": "2.109.0"
"ghostfolio_version": "2.119.0"
},
"codenotary": {
"signer": "[email protected]"
Expand Down

0 comments on commit 12a615d

Please sign in to comment.