From a8ebe98b85e54a2f30f16fcf7b76b50387145b89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:47:36 +0000 Subject: [PATCH] Bump primer/.github from 1.0.0 to 2.1.1 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] --- .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: