aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-02-20 16:12:02 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2026-02-20 16:12:42 +0000
commitc31ba8a08d55871d05ea6850728caedfe7f07431 (patch)
tree65aaac523d12435a1a50f57b1838a4ddc3969b15
parentBump svelte from 5.19.2 to 5.51.5 (diff)
downloadtrinkets-c31ba8a08d55871d05ea6850728caedfe7f07431.tar
trinkets-c31ba8a08d55871d05ea6850728caedfe7f07431.tar.gz
trinkets-c31ba8a08d55871d05ea6850728caedfe7f07431.tar.bz2
trinkets-c31ba8a08d55871d05ea6850728caedfe7f07431.tar.lz
trinkets-c31ba8a08d55871d05ea6850728caedfe7f07431.tar.xz
trinkets-c31ba8a08d55871d05ea6850728caedfe7f07431.tar.zst
trinkets-c31ba8a08d55871d05ea6850728caedfe7f07431.zip
Bump the gha-deps group across 1 directory with 4 updates
Bumps the gha-deps group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node), [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) and [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) Updates `actions/upload-pages-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4) Updates `dependabot/fetch-metadata` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps - dependency-name: dependabot/fetch-metadata dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/build.yaml6
-rw-r--r--.github/workflows/dependabot-auto.yaml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index d97f15c..adfedc2 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -24,13 +24,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
- name: Install Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
with:
node-version: 20
cache: pnpm
@@ -41,7 +41,7 @@ jobs:
- name: Upload Artifacts
if: ${{ github.ref == 'refs/heads/master' }}
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
with:
# this should match the `pages` option in your adapter-static options
path: 'app/build/'
diff --git a/.github/workflows/dependabot-auto.yaml b/.github/workflows/dependabot-auto.yaml
index 167ad15..2f5d0d1 100644
--- a/.github/workflows/dependabot-auto.yaml
+++ b/.github/workflows/dependabot-auto.yaml
@@ -15,7 +15,7 @@ jobs:
steps:
- name: Dependabot metadata
id: dependabot-metadata
- uses: dependabot/fetch-metadata@v2.3.0
+ uses: dependabot/fetch-metadata@v2.5.0
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env: