Skip to content

Commit 40c662b

Browse files
Bump the all-actions group with 3 updates
Bumps the all-actions group with 3 updates: [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework), [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) and [EndBug/add-and-commit](https://github.com/endbug/add-and-commit). Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml` from 1.11.3 to 1.11.5 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.11.3...v1.11.5) Updates `paulhatch/semantic-version` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Changelog](https://github.com/PaulHatch/semantic-version/blob/master/CHANGELOG.md) - [Commits](PaulHatch/semantic-version@v6.0.1...v6.0.2) Updates `EndBug/add-and-commit` from 9 to 10 - [Release notes](https://github.com/endbug/add-and-commit/releases) - [Commits](EndBug/add-and-commit@v9...v10) --- updated-dependencies: - dependency-name: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml dependency-version: 1.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: paulhatch/semantic-version dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: EndBug/add-and-commit dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77440a2 commit 40c662b

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)