File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed
Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818
1919 steps :
2020 - name : 🛎 Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222 with :
2323 ref : ${{ github.head_ref }}
2424
2525 - name : 🐍 Setup Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.13"
2929 cache : " pip"
3535 run : hatch -e docs run build
3636
3737 - name : ⬆️ Upload Artifacts
38- uses : actions/upload-pages-artifact@v3
38+ uses : actions/upload-pages-artifact@v4
3939 with :
4040 path : " site"
Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ jobs:
1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 ref : ${{ github.head_ref }}
2323 token : ${{ secrets.WORKFLOW_COMMIT_TOKEN }}
2424
2525 - name : 🐍 Setup Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.x'
2929 cache : ' pip'
3030
3131 - name : 🌐 Setup .NET
32- uses : actions/setup-dotnet@v4
32+ uses : actions/setup-dotnet@v5
3333 with :
3434 dotnet-version : 9
3535
@@ -46,13 +46,13 @@ jobs:
4646
4747 - name : ✅ Commit code format changes (on PR)
4848 if : github.ref != 'refs/heads/main'
49- uses : stefanzweifel/git-auto-commit-action@v5
49+ uses : stefanzweifel/git-auto-commit-action@v7
5050 with :
5151 commit_message : " chore: Build Models"
5252
5353 - name : 📤 PR changes (on main)
5454 if : github.ref == 'refs/heads/main'
55- uses : peter-evans/create-pull-request@v7
55+ uses : peter-evans/create-pull-request@v8
5656 with :
5757 token : ${{ secrets.PR_TOKEN }}
5858 commit-message : " chore: Build Models"
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@v3
46+ uses : github/codeql-action/init@v4
4747 with :
4848 languages : ${{ matrix.language }}
4949
5050 - name : Perform CodeQL Analysis
51- uses : github/codeql-action/analyze@v3
51+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : ' Checkout Repository'
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 - name : ' Dependency Review'
1414 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : 🛎 Checkout
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626 with :
2727 ref : ${{ github.head_ref }}
2828
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : 🛎 Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 token : ${{ secrets.WORKFLOW_COMMIT_TOKEN }}
2626 ref : ${{ github.head_ref }}
@@ -33,15 +33,15 @@ jobs:
3333
3434 - name : ✅ Commit code format changes
3535 if : github.ref != 'refs/heads/main'
36- uses : stefanzweifel/git-auto-commit-action@v5
36+ uses : stefanzweifel/git-auto-commit-action@v7
3737 with :
3838 commit_message : " chore: Format code"
3939 skip_fetch : true
4040 skip_checkout : true
4141
4242 - name : 📤 PR code format changes
4343 if : github.ref == 'refs/heads/main'
44- uses : peter-evans/create-pull-request@v7
44+ uses : peter-evans/create-pull-request@v8
4545 with :
4646 token : ${{ secrets.PR_TOKEN }}
4747 commit-message : " chore: Format code"
@@ -56,12 +56,12 @@ jobs:
5656
5757 steps :
5858 - name : 🛎 Checkout
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v6
6060 with :
6161 ref : ${{ github.head_ref }}
6262
6363 - name : 🐍 Setup Python
64- uses : actions/setup-python@v5
64+ uses : actions/setup-python@v6
6565 with :
6666 python-version : ' 3.13'
6767 cache : ' pip'
You can’t perform that action at this time.
0 commit comments