Skip to content

Commit e2af1a7

Browse files
authored
Bump kurtmckee/github-workflows from 1.4 to 1.5 in the github-actions group (#55)
2 parents 1362793 + 6b053d9 commit e2af1a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prep-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pr-base: "releases"
2626
pr-title: "Release v$VERSION"
2727

28-
uses: "kurtmckee/github-workflows/.github/workflows/create-pr.yaml@ca26472ada33aa277527450aa46436f530e3d2c1" # v1.4
28+
uses: "kurtmckee/github-workflows/.github/workflows/create-pr.yaml@a8716fc28daeb38133a50ef8dce70df9c65988ad" # v1.5
2929
with:
3030
config: "${{ toJSON(matrix) }}"
3131
version: "${{ inputs.version }}"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- "pyproject.toml"
4444
- "requirements/*/requirements.txt"
4545

46-
uses: "kurtmckee/github-workflows/.github/workflows/tox.yaml@ca26472ada33aa277527450aa46436f530e3d2c1" # v1.4
46+
uses: "kurtmckee/github-workflows/.github/workflows/tox.yaml@a8716fc28daeb38133a50ef8dce70df9c65988ad" # v1.5
4747
with:
4848
config: "${{ toJSON(matrix) }}"

0 commit comments

Comments
 (0)