File tree Expand file tree Collapse file tree 9 files changed +3252
-3360
lines changed
Expand file tree Collapse file tree 9 files changed +3252
-3360
lines changed Original file line number Diff line number Diff line change 2323 with :
2424 app-id : ${{ secrets.ECOSPARK_APP_ID }}
2525 private-key : ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
26- - uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
26+ - uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
2727 with :
2828 body : I ran `npx update-browserslist-db@latest` 🧑💻
2929 branch : actions/update-browserslist-database-if-needed
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v4
19- - uses : oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2
19+ - uses : oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2
2020 with :
2121 bun-version : latest
2222 - run : bun install
2525 with :
2626 app-id : ${{ secrets.ECOSPARK_APP_ID }}
2727 private-key : ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
28- - uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
28+ - uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
2929 with :
3030 body : I ran `bun install` 🧑💻
3131 branch : actions/maintain-bun-lock
Original file line number Diff line number Diff line change 6060 node-version : lts/*
6161 - run : npm ci
6262 - run : npm run coverage
63- - uses : davelosert/vitest-coverage-report-action@7bf7d3c1b17a0e27c7e0d14190fb39168584bed2 # v2
63+ - uses : davelosert/vitest-coverage-report-action@5b6122e3a819a3be7b27fc961b7faafb3bf00e4d # v2
6464 if : always()
6565
6666 test :
@@ -176,7 +176,7 @@ jobs:
176176 name : build-output-${{ github.run_id }}
177177 - uses : denoland/setup-deno@v1
178178 with :
179- deno-version : v1.x.x
179+ deno-version : 1.46.3
180180 - run : npm run test:deno
181181
182182 bun-runtime :
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 node-version : lts/*
2323 - uses : denoland/setup-deno@v1
2424 with :
25- deno-version : v1.x.x
25+ deno-version : 1.46.3
2626 - run : npm run test:deno:update_import_map
2727 - uses : actions/create-github-app-token@v2
2828 id : app-token
2929 with :
3030 app-id : ${{ secrets.ECOSPARK_APP_ID }}
3131 private-key : ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
32- - uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
32+ - uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
3333 with :
3434 body : I ran `npm run test:deno:update_import_map` 🧑💻
3535 branch : actions/maintain-import-map
Original file line number Diff line number Diff line change 3535 with :
3636 app-id : ${{ secrets.ECOSPARK_APP_ID }}
3737 private-key : ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
38- - uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
38+ - uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
3939 with :
4040 body : I ran `npx prettier --ignore-path .gitignore --cache --write .` 🧑💻
4141 branch : actions/prettier
Original file line number Diff line number Diff line change 2929 app-id : ${{ secrets.ECOSPARK_APP_ID }}
3030 private-key : ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
3131 # This action will create a release PR when regular conventional commits are pushed to main, it'll also detect if a release PR is merged and npm publish should happen
32- - uses : google-github-actions /release-please-action@v4
32+ - uses : googleapis /release-please-action@v4
3333 id : release
3434 with :
3535 release-type : node
Original file line number Diff line number Diff line change 1616 name : Validate PR title
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5
19+ - uses : amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # v5
2020 env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments