From 8e68f81bac626fe52d7482d0947a1e7eb8e5c517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 13:16:43 +0000 Subject: [PATCH] Bump primer/.github from 2.1.1 to 2.2.0 Bumps [primer/.github](https://github.com/primer/.github) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/primer/.github/releases) - [Commits](https://github.com/primer/.github/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: primer/.github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/deploy_preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b716f893..1cd7df4e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ permissions: jobs: build_deploy: name: Build and deploy - uses: primer/.github/.github/workflows/deploy.yml@v2.1.1 + uses: primer/.github/.github/workflows/deploy.yml@v2.2.0 secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 1ac13bfa..2983ca56 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -11,7 +11,7 @@ permissions: jobs: deploy: name: Build and deploy - uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.1 + uses: primer/.github/.github/workflows/deploy_preview.yml@v2.2.0 secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} with: