Skip to content

Commit 76afd49

Browse files
authored
Merge pull request #49 from simplesamlphp/dependabot/github_actions/release-2.3/all-actions-a5f66305a9
Bump the all-actions group with 2 updates
2 parents 3efa2af + 3c272ea commit 76afd49

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
@@ -148,7 +148,7 @@ jobs:
148148
unzip build.zip
149149
rm build.zip
150150
151-
- uses: paulhatch/semantic-version@v6.0.1
151+
- uses: paulhatch/semantic-version@v6.0.2
152152
id: asset_version
153153
with:
154154
# The prefix to use to identify tags
@@ -184,7 +184,7 @@ jobs:
184184
rm build.zip
185185
186186
- name: Add & Commit
187-
uses: EndBug/add-and-commit@v9
187+
uses: EndBug/add-and-commit@v10
188188
with:
189189
# The arguments for the `git add` command (see the paragraph below for more info)
190190
# 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)