File tree Expand file tree Collapse file tree 3 files changed +99
-292
lines changed
Expand file tree Collapse file tree 3 files changed +99
-292
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Set up Node.js 24.x
2121 uses : actions/setup-node@v6
2222 with :
4545 if : github.ref != 'refs/heads/main'
4646 needs : test
4747 steps :
48- - uses : actions/checkout@v5
48+ - uses : actions/checkout@v6
4949 - name : Use Node.js 24.x
50- uses : actions/setup-node@v5
50+ uses : actions/setup-node@v6
5151 with :
5252 node-version : ' 24.x'
5353 - name : extracting last commit message
@@ -76,12 +76,12 @@ jobs:
7676 if : github.ref == 'refs/heads/main'
7777 needs : test
7878 steps :
79- - uses : actions/checkout@v5
79+ - uses : actions/checkout@v6
8080 with :
8181 persist-credentials : true
8282 token : ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
8383 - name : Use Node.js 24.x
84- uses : actions/setup-node@v5
84+ uses : actions/setup-node@v6
8585 with :
8686 node-version : ' 24.x'
8787 - name : extracting last commit message
You can’t perform that action at this time.
0 commit comments