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