Skip to content

Commit c7af651

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/undici-5.28.5
2 parents a8159c7 + c339c22 commit c7af651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Clone the repository
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1515
- name: Ensure SHA pinned actions
16-
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@64418826697dcd77c93a8e4a1f7601a1942e57b5
16+
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@25ed13d0628a1601b4b44048e63cc4328ed03633
1717

1818
build_test:
1919
name: Build & Test
@@ -28,7 +28,7 @@ jobs:
2828
id: get-runs-using-version
2929
uses: ./
3030
- name: Set up Node
31-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
31+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
3232
with:
3333
node-version: v${{ steps.get-runs-using-version.outputs.version }}
3434
- name: Cache Node Packages
@@ -46,6 +46,6 @@ jobs:
4646
run: npm run lint
4747
- name: Prepare
4848
run: npm run prepare
49-
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842
49+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79
5050
with:
5151
commit_message: Apply `npm run prepare` changes

0 commit comments

Comments
 (0)