Skip to content

Commit b57dc43

Browse files
authored
Merge pull request #4 from UWIT-IAM/bump_versions
bump action versions, fix typo
2 parents 4c388d0 + 3c15906 commit b57dc43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/finalize-template.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: abatilo/actions-poetry@v2.1.4
26+
- uses: abatilo/actions-poetry@v2.4.0
2727
- run: |
2828
app_name="${{ github.event.inputs.app_name }}"
2929
maintainer="${{ github.event.inputs.maintainer }}"
@@ -35,13 +35,13 @@ jobs:
3535
if [[ -z "${maintainer}" ]]
3636
then
3737
maintainer="${{ github.actor }}"
38-
echo "::notice::app name determined to be ${maintainer}"
38+
echo "::notice::app maintainer determined to be ${maintainer}"
3939
fi
4040
python scripts/finalize-template.py \
4141
--app-name ${app_name} --maintainer ${maintainer}
4242
rm .github/workflows/finalize-template.yaml
4343
- name: Create Pull Request
44-
uses: peter-evans/create-pull-request@v4.0.4
44+
uses: peter-evans/create-pull-request@v7.0.5
4545
with:
4646
token: ${{ secrets.ACTIONS_PAT }}
4747
branch: finalize-template

0 commit comments

Comments
 (0)