File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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: '.'
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments