File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 test-plugin :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.12'
1919 cache : ' pip'
@@ -34,10 +34,10 @@ jobs:
3434 matrix :
3535 node-version : [20, 22]
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v6
3838
3939 - name : Set up Node.js ${{ matrix.node-version }}
40- uses : actions/setup-node@v4
40+ uses : actions/setup-node@v6
4141 with :
4242 node-version : ${{ matrix.node-version }}
4343 cache : ' npm'
@@ -76,10 +76,10 @@ jobs:
7676 run :
7777 working-directory : packages/mobile-dev-tools
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v6
8080
8181 - name : Set up Node.js
82- uses : actions/setup-node@v4
82+ uses : actions/setup-node@v6
8383 with :
8484 node-version : 22
8585 cache : ' npm'
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 matrix :
1818 language : [javascript-typescript]
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121
2222 - name : Initialize CodeQL
23- uses : github/codeql-action/init@v3
23+ uses : github/codeql-action/init@v4
2424 with :
2525 languages : ${{ matrix.language }}
2626
2727 - name : Autobuild
28- uses : github/codeql-action/autobuild@v3
28+ uses : github/codeql-action/autobuild@v4
2929
3030 - name : Perform CodeQL Analysis
31- uses : github/codeql-action/analyze@v3
31+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change 1414 permissions :
1515 contents : read
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 - uses : TMHSDigital/Developer-Tools-Directory/.github/actions/drift-check@v1.7
1919 with :
2020 mode : self
Original file line number Diff line number Diff line change 3535 path : _template
3636 sparse-checkout : site-template
3737
38- - uses : actions/setup-python@v5
38+ - uses : actions/setup-python@v6
3939 with :
4040 python-version : " 3.12"
4141
4949 uses : actions/configure-pages@v6
5050
5151 - name : Upload artifact
52- uses : actions/upload-pages-artifact@v4
52+ uses : actions/upload-pages-artifact@v5
5353 with :
5454 path : docs
5555
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 run :
1515 working-directory : mcp-server
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Set up Node.js
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@v6
2121 with :
2222 node-version : 22
2323 registry-url : ' https://registry.npmjs.org'
@@ -42,10 +42,10 @@ jobs:
4242 run :
4343 working-directory : packages/mobile-dev-tools
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v6
4646
4747 - name : Set up Node.js
48- uses : actions/setup-node@v4
48+ uses : actions/setup-node@v6
4949 with :
5050 node-version : 22
5151 registry-url : ' https://registry.npmjs.org'
Original file line number Diff line number Diff line change 1212 create-release :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : Extract version from tag
1818 id : version
3232 cat release_notes.md
3333
3434 - name : Set up Node.js
35- uses : actions/setup-node@v4
35+ uses : actions/setup-node@v6
3636 with :
3737 node-version : 22
3838 cache : ' npm'
5151 npm run build
5252
5353 - name : Set up Python
54- uses : actions/setup-python@v5
54+ uses : actions/setup-python@v6
5555 with :
5656 python-version : ' 3.12'
5757 cache : ' pip'
Original file line number Diff line number Diff line change 1010 validate :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414
1515 - name : Validate plugin.json
1616 run : |
You can’t perform that action at this time.
0 commit comments