Skip to content

Commit fd5a663

Browse files
⬆️ Upgrade RubberDuckCrew/.github action to v2.5.0
1 parent e2d329f commit fd5a663

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/add-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
run:
9-
uses: RubberDuckCrew/.github/.github/workflows/action-add-project.yml@845e392790542cd3f46c65785222e341b4d2f0e1 # v2.4.1
9+
uses: RubberDuckCrew/.github/.github/workflows/action-add-project.yml@36c7e2a2d20f2617610ed1d4c15c9e83f156d961 # v2.5.0
1010
with:
1111
bot-app-id: ${{ vars.RUBBERDUCKCREW_BOT_APP_ID }}
1212
secrets:

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
actionlint:
15-
uses: RubberDuckCrew/.github/.github/workflows/action-actionlint.yml@845e392790542cd3f46c65785222e341b4d2f0e1 # v2.4.1
15+
uses: RubberDuckCrew/.github/.github/workflows/action-actionlint.yml@36c7e2a2d20f2617610ed1d4c15c9e83f156d961 # v2.5.0
1616

1717
test:
1818
name: Test

.github/workflows/close-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
run:
11-
uses: RubberDuckCrew/.github/.github/workflows/action-close-actions.yml@845e392790542cd3f46c65785222e341b4d2f0e1 # v2.4.1
11+
uses: RubberDuckCrew/.github/.github/workflows/action-close-actions.yml@36c7e2a2d20f2617610ed1d4c15c9e83f156d961 # v2.5.0
1212
permissions:
1313
issues: write
1414
pull-requests: write

.github/workflows/conventions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
run:
9-
uses: RubberDuckCrew/.github/.github/workflows/action-conventions.yml@845e392790542cd3f46c65785222e341b4d2f0e1 # v2.4.1
9+
uses: RubberDuckCrew/.github/.github/workflows/action-conventions.yml@36c7e2a2d20f2617610ed1d4c15c9e83f156d961 # v2.5.0
1010
permissions:
1111
issues: write
1212
pull-requests: write

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ on:
1010

1111
jobs:
1212
run:
13-
uses: RubberDuckCrew/.github/.github/workflows/action-sync-labels.yml@845e392790542cd3f46c65785222e341b4d2f0e1 # v2.4.1
13+
uses: RubberDuckCrew/.github/.github/workflows/action-sync-labels.yml@36c7e2a2d20f2617610ed1d4c15c9e83f156d961 # v2.5.0
1414
permissions:
1515
issues: write

.github/workflows/sync-webhook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
run:
13-
uses: RubberDuckCrew/.github/.github/workflows/action-sync-webhook.yml@845e392790542cd3f46c65785222e341b4d2f0e1 # v2.4.1
13+
uses: RubberDuckCrew/.github/.github/workflows/action-sync-webhook.yml@36c7e2a2d20f2617610ed1d4c15c9e83f156d961 # v2.5.0
1414
with:
1515
bot-app-id: ${{ vars.RUBBERDUCKCREW_BOT_APP_ID }}
1616
secrets:

0 commit comments

Comments
 (0)