Skip to content

Commit c9e7079

Browse files
Bump primer/.github from 2.2.0 to 2.2.1 in the all-actions group (#3733)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marie Lucca <40550942+francinelucca@users.noreply.github.com>
1 parent af3fc40 commit c9e7079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_conductor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
pagerduty:
88
if: github.event_name == 'pull_request' && github.event.pull_request.head.ref == 'changeset-release/main'
99
name: Lookup who is oncall from pagerduty
10-
uses: primer/.github/.github/workflows/pagerduty_oncall.yml@v2.2.0
10+
uses: primer/.github/.github/workflows/pagerduty_oncall.yml@v2.2.1
1111
with:
1212
schedule-id: ${{ vars.PAGERDUTY_RELEASE_CONDUCTOR_SCHEDULE }}
1313
secrets:

.github/workflows/release_tracking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ on:
1414
jobs:
1515
release-tracking:
1616
name: Release Tracking
17-
uses: primer/.github/.github/workflows/release_tracking.yml@v2.2.0
17+
uses: primer/.github/.github/workflows/release_tracking.yml@v2.2.1
1818
secrets:
1919
datadog_api_key: ${{ secrets.DATADOG_API_KEY }}

0 commit comments

Comments
 (0)