From 00a31c730f439e521f2311562321a53efaf96d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 23:34:11 +0200 Subject: [PATCH] build(deps): bump the all group with 2 updates (#366) Bumps the all group with 2 updates: [actions/checkout](https://github.com/actions/checkout) 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 `dependabot/fetch-metadata` from 1 to 2 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: dependabot/fetch-metadata dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/compress-json-schemas.yml | 2 +- .github/workflows/dependabot.yml | 2 +- .github/workflows/pull-request.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compress-json-schemas.yml b/.github/workflows/compress-json-schemas.yml index 1e9bc8d5..2ca5d611 100644 --- a/.github/workflows/compress-json-schemas.yml +++ b/.github/workflows/compress-json-schemas.yml @@ -20,7 +20,7 @@ jobs: name: 🖥️ Compress Schemas steps: - name: 📦 Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: ⌛ Get Time id: time diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index eecc800c..8a82535a 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1 + uses: dependabot/fetch-metadata@v2 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 08840c56..72861002 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 📦 Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 🏗️ Setup Node.js Environment uses: actions/setup-node@v4 @@ -48,7 +48,7 @@ jobs: steps: - name: 📦 Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 🏗️ Setup Node.js Environment uses: actions/setup-node@v4