Skip to content

Commit bf1f1f9

Browse files
authored
Merge pull request #93 from simplesamlphp/dependabot/github_actions/release-2.5/all-actions-3f6ffc6b8b
Bump the all-actions group with 3 updates
2 parents db203cd + 6949370 commit bf1f1f9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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
@@ -123,7 +123,7 @@ jobs:
123123
unzip build.zip
124124
rm build.zip
125125
126-
- uses: paulhatch/semantic-version@v6.0.1
126+
- uses: paulhatch/semantic-version@v6.0.2
127127
id: asset_version
128128
with:
129129
# The prefix to use to identify tags
@@ -159,7 +159,7 @@ jobs:
159159
rm build.zip
160160
161161
- name: Add & Commit
162-
uses: EndBug/add-and-commit@v9
162+
uses: EndBug/add-and-commit@v10
163163
with:
164164
# The arguments for the `git add` command (see the paragraph below for more info)
165165
# 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)