From 83d631de61d548d2217a2d8c614b4df1b7445b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:43:15 +0000 Subject: [PATCH] build: bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/font-cache.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/pages.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/upgradebot.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f0781bf..ff9af68 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/font-cache.yml b/.github/workflows/font-cache.yml index c2529a0..71a092d 100644 --- a/.github/workflows/font-cache.yml +++ b/.github/workflows/font-cache.yml @@ -16,7 +16,7 @@ jobs: node-version: [lts/*] steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Add GOOGLE_API_KEY run: echo "${{secrets.GOOGLE_API_KEY}}" > packages/fontpicker/scripts/GOOGLE_API_KEY diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 40a504c..200c285 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index bc12e5d..fbc2ff5 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Pages uses: actions/configure-pages@v6 - name: Upload artifact diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e4bfc5..1a4f897 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: node-version: [lts/*] steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Add GOOGLE_API_KEY run: echo "${{secrets.GOOGLE_API_KEY}}" > packages/fontpicker/scripts/GOOGLE_API_KEY diff --git a/.github/workflows/upgradebot.yml b/.github/workflows/upgradebot.yml index d8cddc7..19438c6 100644 --- a/.github/workflows/upgradebot.yml +++ b/.github/workflows/upgradebot.yml @@ -41,7 +41,7 @@ jobs: CI: 1 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6