Skip to content

Commit bd0e8cc

Browse files
chore(deps): update peter-evans/create-pull-request digest to 22a9089
1 parent 5cad17d commit bd0e8cc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/copy-data-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
bundle exec ./plugins copy_data_files --version=${{ github.event.inputs.version }}
2323
- name: Create Pull Request
24-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
24+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
2525
with:
2626
token: ${{ secrets.PAT }}
2727
title: "Copy latest data files to ${{ github.event.inputs.version }}"

.github/workflows/copy-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
bundle exec ./plugins copy_examples --version=${{ github.event.inputs.version }} --plugins $(ls ./schemas) --verbose
2323
- name: Create Pull Request
24-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
24+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
2525
with:
2626
token: ${{ secrets.PAT }}
2727
title: "Copy latest examples to ${{ github.event.inputs.version }}"

.github/workflows/copy-schemas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
bundle exec ./plugins copy_schemas --version=${{ github.event.inputs.version }} --plugins $(ls ./schemas) --verbose
2323
- name: Create Pull Request
24-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
24+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
2525
with:
2626
token: ${{ secrets.PAT }}
2727
title: "Copy latest schemas to ${{ github.event.inputs.version }}"

.github/workflows/download-schemas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
bundle exec ./plugins download_schemas --version=${{ github.event.inputs.version }} --plugins $(ls ./schemas) --verbose
4141
- name: Create Pull Request
42-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
42+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
4343
with:
4444
token: ${{ secrets.PAT }}
4545
title: "Download Schemas for ${{ github.event.inputs.version }}"

.github/workflows/generate-json-schemas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
bundle exec ./plugins convert_json_schema --version=${{ github.event.inputs.version }} --plugins $(ls ./schemas) --verbose
2323
- name: Create Pull Request
24-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
24+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
2525
with:
2626
token: ${{ secrets.PAT }}
2727
title: "Generate JSON Schemas for ${{ github.event.inputs.version }}"

.github/workflows/generate-plugin-priorities.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
bundle exec ./plugins generate_plugin_priorities --type=${{ github.event.inputs.kong-edition }} --version=${{ github.event.inputs.version }} --verbose
5656
- name: Create Pull Request
57-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
57+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
5858
with:
5959
token: ${{ secrets.PAT }}
6060
title: "Plugin Priorities for ${{ github.event.inputs.version }}"

.github/workflows/generate-referenceable-fields.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
bundle exec ./plugins generate_referenceable_fields_list --version=${{ github.event.inputs.version }} --plugins $(ls ./schemas) --verbose
4141
- name: Create Pull Request
42-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
42+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
4343
with:
4444
token: ${{ secrets.PAT }}
4545
title: "Referenceable fields for ${{ github.event.inputs.version }}"

0 commit comments

Comments
 (0)