File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1414 runs-on : [ubuntu-latest]
1515
1616 steps :
17- - name : ' Run assets build (2.2 )'
17+ - name : ' Run assets build (2.3 )'
1818 uses : actions/github-script@v7
1919 with :
2020 # Token has to be generated on a user account that controls the remote repository.
@@ -26,10 +26,10 @@ jobs:
2626 owner: 'simplesamlphp',
2727 repo: 'simplesamlphp-assets-base',
2828 workflow_id: 'build-release.yml',
29- ref: 'release-2.2 '
29+ ref: 'release-2.3 '
3030 })
3131
32- - name : ' Run assets build (2.3 )'
32+ - name : ' Run assets build (2.4 )'
3333 uses : actions/github-script@v7
3434 with :
3535 # Token has to be generated on a user account that controls the remote repository.
@@ -41,10 +41,10 @@ jobs:
4141 owner: 'simplesamlphp',
4242 repo: 'simplesamlphp-assets-base',
4343 workflow_id: 'build-release.yml',
44- ref: 'release-2.3 '
44+ ref: 'release-2.4 '
4545 })
4646
47- - name : ' Run assets build (2.4 )'
47+ - name : ' Run assets build (2.5 )'
4848 uses : actions/github-script@v7
4949 with :
5050 # Token has to be generated on a user account that controls the remote repository.
5656 owner: 'simplesamlphp',
5757 repo: 'simplesamlphp-assets-base',
5858 workflow_id: 'build-release.yml',
59- ref: 'release-2.4 '
59+ ref: 'release-2.5 '
6060 })
Original file line number Diff line number Diff line change 1414 runs-on : [ubuntu-latest]
1515
1616 steps :
17- - name : ' Run developer-tools update (2.2 )'
17+ - name : ' Run developer-tools update (2.3 )'
1818 uses : actions/github-script@v7
1919 with :
2020 # Token has to be generated on a user account that controls the remote repository.
@@ -26,10 +26,10 @@ jobs:
2626 owner: 'simplesamlphp',
2727 repo: 'simplesamlphp-assets-base',
2828 workflow_id: 'update-dependencies.yml',
29- ref: 'release-2.2 '
29+ ref: 'release-2.3 '
3030 })
3131
32- - name : ' Run developer-tools update (2.3 )'
32+ - name : ' Run developer-tools update (2.4 )'
3333 uses : actions/github-script@v7
3434 with :
3535 # Token has to be generated on a user account that controls the remote repository.
@@ -41,10 +41,10 @@ jobs:
4141 owner: 'simplesamlphp',
4242 repo: 'simplesamlphp-assets-base',
4343 workflow_id: 'update-dependencies.yml',
44- ref: 'release-2.3 '
44+ ref: 'release-2.4 '
4545 })
4646
47- - name : ' Run developer-tools update (2.4 )'
47+ - name : ' Run developer-tools update (2.5 )'
4848 uses : actions/github-script@v7
4949 with :
5050 # Token has to be generated on a user account that controls the remote repository.
5656 owner: 'simplesamlphp',
5757 repo: 'simplesamlphp-assets-base',
5858 workflow_id: 'update-dependencies.yml',
59- ref: 'release-2.4 '
59+ ref: 'release-2.5 '
6060 })
You can’t perform that action at this time.
0 commit comments