Skip to content

Commit 262a52d

Browse files
authored
Merge pull request #92 from simplesamlphp/dependabot/github_actions/release-2.4/all-actions-a5f66305a9
Bump the all-actions group with 2 updates
2 parents 8b8ddf0 + 104e595 commit 262a52d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
unzip build.zip
154154
rm build.zip
155155
156-
- uses: paulhatch/semantic-version@v6.0.1
156+
- uses: paulhatch/semantic-version@v6.0.2
157157
id: asset_version
158158
with:
159159
# The prefix to use to identify tags
@@ -189,7 +189,7 @@ jobs:
189189
rm build.zip
190190
191191
- name: Add & Commit
192-
uses: EndBug/add-and-commit@v9
192+
uses: EndBug/add-and-commit@v10
193193
with:
194194
# The arguments for the `git add` command (see the paragraph below for more info)
195195
# Default: '.'

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "packages_changed=$HasPackageDiff" >> $env:GITHUB_OUTPUT
5757
5858
- name: Add & Commit
59-
uses: EndBug/add-and-commit@v9
59+
uses: EndBug/add-and-commit@v10
6060
if: ${{ steps.changes.outputs.packages_changed }}
6161
with:
6262
# The arguments for the `git add` command (see the paragraph below for more info)

0 commit comments

Comments
 (0)