File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
@@ -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: '.'
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