Update all dependencies (#28)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | Mastermindzh/tidal-hifi | | minor | `5.11.0` -> `5.12.0` | | [actions/checkout](https://code.forgejo.org/actions/checkout) | action | patch | `v4.1.5` -> `v4.1.6` | | [actions/checkout](https://code.forgejo.org/actions/checkout) | action | pinDigest | -> `0ad4b8f` | | brave/brave-browser | | minor | `1.65.132` -> `1.66.110` | | ferdium/ferdium-app | | patch | `6.7.3` -> `6.7.4` | | git.snaile.de/snailed/xbps-builder | container | pinDigest | -> `0ca263f` | | renovate/renovate | container | digest | `267f11a` -> `52ab6e3` | | [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | action | pinDigest | -> `a29e8b5` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.1.6`](https://code.forgejo.org/actions/checkout/blob/HEAD/CHANGELOG.md#v416) [Compare Source](https://code.forgejo.org/actions/checkout/compare/v4.1.5...v4.1.6) - Check platform to set archive extension appropriately by [@​cory-miller](https://github.com/cory-miller) in https://github.com/actions/checkout/pull/1732 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: snailed/void-packages-custom#28 Co-authored-by: Johnny5 <bot@snaile.de> Co-committed-by: Johnny5 <bot@snaile.de>
This commit is contained in:
parent
fb7529fae5
commit
7f58f7ded1
|
@ -13,19 +13,19 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: git.snaile.de/snailed/xbps-builder:2024.0511.2201
|
container: git.snaile.de/snailed/xbps-builder:2024.0511.2201@sha256:0ca263f8a97fbd29f88349e731153f60569d19ddd7320f2c7c80047a35260c9b
|
||||||
env:
|
env:
|
||||||
MAINTAINER: "Luca Bilke <luca@bil.ke>"
|
MAINTAINER: "Luca Bilke <luca@bil.ke>"
|
||||||
ARCH: "x86_64"
|
ARCH: "x86_64"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Get changed packages
|
- name: Get changed packages
|
||||||
id: changed
|
id: changed
|
||||||
uses: https://github.com/tj-actions/changed-files@v44
|
uses: https://github.com/tj-actions/changed-files@a29e8b565651ce417abb5db7164b4a2ad8b6155c # v44
|
||||||
with:
|
with:
|
||||||
since_last_remote_commit: true
|
since_last_remote_commit: true
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
runs-on: "docker"
|
runs-on: "docker"
|
||||||
container: "git.snaile.de/snailed/xbps-builder:2024.0511.2201"
|
container: "git.snaile.de/snailed/xbps-builder:2024.0511.2201@sha256:0ca263f8a97fbd29f88349e731153f60569d19ddd7320f2c7c80047a35260c9b"
|
||||||
env:
|
env:
|
||||||
MAINTAINER: "Luca Bilke <luca@bil.ke>"
|
MAINTAINER: "Luca Bilke <luca@bil.ke>"
|
||||||
ARCH: "x86_64"
|
ARCH: "x86_64"
|
||||||
|
|
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: renovate/renovate@sha256:267f11a76d8c26fa01d0bd71dc86463a60649d5c19f48eb7512d82429e925259
|
container: renovate/renovate@sha256:52ab6e316c70f51f198cfce709d3a56bd0c2025a1fe380d642c6d8da224ef012
|
||||||
env:
|
env:
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
GITHUB_COM_TOKEN: ${{ secrets.GH_NOPRIV_TOKEN }}
|
GITHUB_COM_TOKEN: ${{ secrets.GH_NOPRIV_TOKEN }}
|
||||||
|
@ -17,7 +17,7 @@ jobs:
|
||||||
RENOVATE_GIT_AUTHOR: "Johnny5 <bot@snaile.de>"
|
RENOVATE_GIT_AUTHOR: "Johnny5 <bot@snaile.de>"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
|
- uses: https://code.forgejo.org/actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
|
||||||
|
|
||||||
- name: Renovate
|
- name: Renovate
|
||||||
run: renovate ${{ github.repository }}
|
run: renovate ${{ github.repository }}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'brave-bin'
|
# Template file for 'brave-bin'
|
||||||
pkgname=brave-bin
|
pkgname=brave-bin
|
||||||
version=1.65.132
|
version=1.66.110
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
depends="alsa-lib gtk+3 libXScrnSaver nss dejavu-fonts-ttf"
|
depends="alsa-lib gtk+3 libXScrnSaver nss dejavu-fonts-ttf"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ferdium-bin'
|
# Template file for 'ferdium-bin'
|
||||||
pkgname=ferdium-bin
|
pkgname=ferdium-bin
|
||||||
version=6.7.3
|
version=6.7.4
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
homepage="https://ferdium.org/"
|
homepage="https://ferdium.org/"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tidal-hifi-bin'
|
# Template file for 'tidal-hifi-bin'
|
||||||
pkgname=tidal-hifi-bin
|
pkgname=tidal-hifi-bin
|
||||||
version=5.11.0
|
version=5.12.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
homepage="https://github.com/Mastermindzh/tidal-hifi"
|
homepage="https://github.com/Mastermindzh/tidal-hifi"
|
||||||
|
|
Loading…
Reference in New Issue