From 3ad60aac2c2e7ee0c08722bb82b65d0d803ba100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 11:31:16 -0700 Subject: [PATCH] Bump primer/.github from 1.0.0 to 2.1.1 (#734) Bumps [primer/.github](https://github.com/primer/.github) from 1.0.0 to 2.1.1. - [Release notes](https://github.com/primer/.github/releases) - [Commits](https://github.com/primer/.github/compare/v1.0.0...v2.1.1) --- updated-dependencies: - dependency-name: primer/.github dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 94ca88ad..b716f893 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@v1.0.0 + uses: primer/.github/.github/workflows/deploy.yml@v2.1.1 secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 0e694320..1ac13bfa 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@v1.0.0 + uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.1 secrets: gh_token: ${{ secrets.GITHUB_TOKEN }} with: