From c7b4c95bccd935d97ef1c0fc0eb71ae826b260ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 09:25:12 -0700 Subject: [PATCH] Bump primer/.github from 2.1.0 to 2.1.1 in the all group (#2647) Bumps the all group with 1 update: [primer/.github](https://github.com/primer/.github). Updates `primer/.github` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/primer/.github/releases) - [Commits](https://github.com/primer/.github/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: primer/.github dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy_preview.yml | 2 +- .github/workflows/deploy_production.yml | 2 +- .github/workflows/release_canary.yml | 2 +- .github/workflows/release_tracking.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 0706cbae..ef7b80ca 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -14,7 +14,7 @@ permissions: jobs: deploy: if: ${{ github.repository == 'primer/css' }} - uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.0 + uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.1 name: Deploy preview secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index 50ba8341..0b305a10 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -39,7 +39,7 @@ jobs: if: ${{ github.repository == 'primer/css' }} name: Production needs: [guard] - uses: primer/.github/.github/workflows/deploy.yml@v2.1.0 + uses: primer/.github/.github/workflows/deploy.yml@v2.1.1 secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/release_canary.yml b/.github/workflows/release_canary.yml index 7ff7d865..5b8aeef4 100644 --- a/.github/workflows/release_canary.yml +++ b/.github/workflows/release_canary.yml @@ -18,7 +18,7 @@ on: jobs: release-canary: name: Canary - uses: primer/.github/.github/workflows/release_canary.yml@v2.1.0 + uses: primer/.github/.github/workflows/release_canary.yml@v2.1.1 with: install: npm ci secrets: diff --git a/.github/workflows/release_tracking.yml b/.github/workflows/release_tracking.yml index 33eec97f..21ec62e4 100644 --- a/.github/workflows/release_tracking.yml +++ b/.github/workflows/release_tracking.yml @@ -14,6 +14,6 @@ on: jobs: release-tracking: name: Release Tracking - uses: primer/.github/.github/workflows/release_tracking.yml@v2.1.0 + uses: primer/.github/.github/workflows/release_tracking.yml@v2.1.1 secrets: datadog_api_key: ${{ secrets.DATADOG_API_KEY }}