Skip to content

Commit 86a20f7

Browse files
authored
Merge pull request #51 from simplesamlphp/dependabot/github_actions/release-2.5/all-actions-3f6ffc6b8b
Bump the all-actions group with 3 updates
2 parents 77440a2 + 40c662b commit 86a20f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818

19-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.3
19+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml@v1.11.5
2020
with:
2121
enable_eslinter: true
2222
enable_jsonlinter: true
@@ -110,7 +110,7 @@ jobs:
110110
unzip build.zip
111111
rm build.zip
112112
113-
- uses: paulhatch/semantic-version@v6.0.1
113+
- uses: paulhatch/semantic-version@v6.0.2
114114
id: asset_version
115115
with:
116116
# The prefix to use to identify tags
@@ -146,7 +146,7 @@ jobs:
146146
rm build.zip
147147
148148
- name: Add & Commit
149-
uses: EndBug/add-and-commit@v9
149+
uses: EndBug/add-and-commit@v10
150150
with:
151151
# The arguments for the `git add` command (see the paragraph below for more info)
152152
# 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)