aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-04 16:10:09 +0000
committerGitHub <noreply@github.com>2025-09-04 16:10:09 +0000
commit62e71292acdb2c5e87a4aa5c9a630fd95aeba5c5 (patch)
treedd37f15bf07dfc8b3d1c82f0ddb3ea13144faec1
parentBump vite from 6.0.12 to 6.0.13 (diff)
downloadtrinkets-62e71292acdb2c5e87a4aa5c9a630fd95aeba5c5.tar
trinkets-62e71292acdb2c5e87a4aa5c9a630fd95aeba5c5.tar.gz
trinkets-62e71292acdb2c5e87a4aa5c9a630fd95aeba5c5.tar.bz2
trinkets-62e71292acdb2c5e87a4aa5c9a630fd95aeba5c5.tar.lz
trinkets-62e71292acdb2c5e87a4aa5c9a630fd95aeba5c5.tar.xz
trinkets-62e71292acdb2c5e87a4aa5c9a630fd95aeba5c5.tar.zst
trinkets-62e71292acdb2c5e87a4aa5c9a630fd95aeba5c5.zip
Bump the gha-deps group across 1 directory with 4 updatesdependabot/github_actions/gha-deps-fdd69955d3
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..68be2c0 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@v5
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
- name: Install Node.js
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
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..710bfbb 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.4.0
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env: