Skip to content

Commit 9f1cebb

Browse files
authored
Merge pull request #27 from cicirello/development
pom.xml typo and github-actions version update
2 parents 191413f + 75d6a54 commit 9f1cebb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/api-webpage-sitemap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "url-count = ${{ steps.sitemap.outputs.url-count }}"
2727
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
2828
- name: Create Pull Request
29-
uses: peter-evans/[email protected].0
29+
uses: peter-evans/[email protected].2
3030
with:
3131
title: "Automated sitemap update"
3232
body: >

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<name>GPL-3.0-or-later</name>
143143
<url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
144144
<distribution>repo</distribution>
145-
<comment>
145+
<comments>
146146
JavaPermutationTools (JPT): A library for computation on permutations and sequences.
147147
Copyright (C) 2005-2020 Vincent A. Cicirello.
148148

@@ -158,7 +158,7 @@
158158

159159
You should have received a copy of the GNU General Public License
160160
along with this program. If not, see https://www.gnu.org/licenses/.
161-
</comment>
161+
</comments>
162162
</license>
163163
</licenses>
164164

0 commit comments

Comments
 (0)