File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999
100100 - name : 📑 Upload static files as artifact
101101 if : github.event_name != 'pull_request'
102- uses : actions/upload-pages-artifact@v4
102+ uses : actions/upload-pages-artifact@v5
103103 with :
104104 name : ${{ inputs.pages }}
105105 path : public/
Original file line number Diff line number Diff line change 5858
5959 steps :
6060 - name : 🏷 Create release tag '${{ steps.FindPullRequest.outputs.version }}'
61- uses : actions/github-script@v8
61+ uses : actions/github-script@v9
6262 id : createReleaseTag
6363# if: inputs.auto_tag == 'true'
6464 with :
7171 })
7272
7373 - name : Trigger Workflow
74- uses : actions/github-script@v8
74+ uses : actions/github-script@v9
7575 id : runReleaseTag
7676# if: inputs.auto_tag == 'true'
7777 with :
Original file line number Diff line number Diff line change 3636__email__ = "Paebbels@gmail.com"
3737__copyright__ = "2017-2026, Patrick Lehmann"
3838__license__ = "Apache License, Version 2.0"
39- __version__ = "7.9 .0"
39+ __version__ = "7.10 .0"
4040__keywords__ = ["GitHub Actions" ]
4141__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
4242
Original file line number Diff line number Diff line change 3636__email__ = "Paebbels@gmail.com"
3737__copyright__ = "2017-2026, Patrick Lehmann"
3838__license__ = "Apache License, Version 2.0"
39- __version__ = "7.9 .0"
39+ __version__ = "7.10 .0"
4040__keywords__ = ["GitHub Actions" ]
4141__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
4242
Original file line number Diff line number Diff line change 3939
4040$ProjectName = " Actions"
4141$PackageName = " myPackage"
42- $PackageVersion = " 7.9 .0"
42+ $PackageVersion = " 7.10 .0"
4343$PythonVersion = " 3.14"
4444$LaTeXDocument = " ${ProjectName} .tex"
4545
You can’t perform that action at this time.
0 commit comments