File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
18- - uses : actions/setup-node@v4
18+ - uses : actions/setup-node@v6
1919 with :
2020 node-version-file : .nvmrc
2121 cache : ' npm'
3333 runs-on : ubuntu-latest
3434
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737
3838 - name : Compare the expected vs actual files
3939 run : test -z "$(git status --porcelain)"
Original file line number Diff line number Diff line change 1313 name : CI
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717
18- - uses : actions/setup-node@v4
18+ - uses : actions/setup-node@v6
1919 with :
2020 node-version-file : .nvmrc
2121 cache : ' npm'
Original file line number Diff line number Diff line change 99 steps :
1010 - name : Generate token
1111 id : generate_token
12- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
12+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1313 with :
1414 app-id : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
1515 private-key : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
1616
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Auto-merge
2020 run : gh pr merge --auto --merge '${{ github.event.pull_request.html_url }}'
Original file line number Diff line number Diff line change 1616 dependency-type : ${{ steps.dependabot-metadata.outputs.dependency-type }}
1717 package-ecosystem : ${{ steps.dependabot-metadata.outputs.package-ecosystem }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020
2121 - name : Fetch dependabot metadata
2222 id : dependabot-metadata
@@ -31,17 +31,17 @@ jobs:
3131 steps :
3232 - name : Generate token
3333 id : generate_token
34- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
34+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
3535 with :
3636 app-id : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
3737 private-key : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
3838
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v6
4040 with :
4141 # Check out using an app token so any pushed changes will trigger checkruns
4242 token : ${{ steps.generate_token.outputs.token }}
4343
44- - uses : actions/setup-node@v4
44+ - uses : actions/setup-node@v6
4545 with :
4646 node-version-file : .nvmrc
4747 cache : ' npm'
Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ jobs:
2222 steps :
2323 - name : Generate token
2424 id : generate_token
25- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
25+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2626 with :
2727 app-id : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
2828 private-key : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
2929
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v6
3131 with :
3232 # Ensure we start from main in case the workflow is run from a branch
3333 ref : " main"
3434 token : ${{ steps.generate_token.outputs.token }}
3535
36- - uses : actions/setup-node@v4 # bin/bump-version needs npm
36+ - uses : actions/setup-node@v6 # bin/bump-version needs npm
3737 with :
3838 node-version-file : .nvmrc
3939 cache : ' npm'
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 steps :
3939 - name : Generate token
4040 id : generate_token
41- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
41+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
4242 with :
4343 app-id : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_APP_ID }}
4444 private-key : ${{ secrets.FETCH_METADATA_ACTION_AUTOMATION_PRIVATE_KEY }}
4545
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v6
4747 with :
4848 token : ${{ steps.generate_token.outputs.token }}
4949
Original file line number Diff line number Diff line change 1414 packages : write
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818
1919 - name : Publish
2020 id : publish
You can’t perform that action at this time.
0 commit comments