Skip to content

Commit 39975b9

Browse files
committed
Bump brettcannon/check-for-changed-files in the templates
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8ab53fa commit 39975b9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/.github/workflows/release-notes-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Check for a release notes update
2222
if: github.event_name == 'pull_request'
23-
uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.2.0
23+
uses: brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1
2424
with:
2525
# TODO(cookiecutter): Uncomment the following line for private repositories, otherwise remove it and remove it
2626
# token: {{'${{ secrets.github_token }}'}}

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/.github/workflows/release-notes-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Check for a release notes update
2222
if: github.event_name == 'pull_request'
23-
uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.2.0
23+
uses: brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1
2424
with:
2525
# TODO(cookiecutter): Uncomment the following line for private repositories, otherwise remove it and remove it
2626
# token: ${{ secrets.github_token }}

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/.github/workflows/release-notes-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Check for a release notes update
2222
if: github.event_name == 'pull_request'
23-
uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.2.0
23+
uses: brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1
2424
with:
2525
# TODO(cookiecutter): Uncomment the following line for private repositories, otherwise remove it and remove it
2626
# token: ${{ secrets.github_token }}

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/.github/workflows/release-notes-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Check for a release notes update
2222
if: github.event_name == 'pull_request'
23-
uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.2.0
23+
uses: brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1
2424
with:
2525
# TODO(cookiecutter): Uncomment the following line for private repositories, otherwise remove it and remove it
2626
# token: ${{ secrets.github_token }}

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/.github/workflows/release-notes-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Check for a release notes update
2222
if: github.event_name == 'pull_request'
23-
uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.2.0
23+
uses: brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1
2424
with:
2525
# TODO(cookiecutter): Uncomment the following line for private repositories, otherwise remove it and remove it
2626
# token: ${{ secrets.github_token }}

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/.github/workflows/release-notes-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Check for a release notes update
2222
if: github.event_name == 'pull_request'
23-
uses: brettcannon/check-for-changed-files@4170644959a21843b31f1181f2a1761d65ef4791 # v1.2.0
23+
uses: brettcannon/check-for-changed-files@871d7b8b5917a4f6f06662e2262e8ffc51dff6d1 # v1.2.1
2424
with:
2525
# TODO(cookiecutter): Uncomment the following line for private repositories, otherwise remove it and remove it
2626
# token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)