Skip to content

Commit 9ff98d5

Browse files
authored
chore: Update Github actions (#160)
1 parent 6c45a99 commit 9ff98d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-and-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ jobs:
2222

2323
steps:
2424
- name: ⬇️ Checkout repo
25-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # pin@v3
25+
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # pin@main
2626
- name: ⎔ Setup node ${{ matrix.node-version }}
27-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # pin@v3
27+
uses: actions/setup-node@802632921f8532d2409ae6eac3313b6f81f11122 # pin@main
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: "npm"
3131
- name: 🗄 Cache node_modules
3232
id: cache-node_modules
33-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # pin@v3
33+
uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 # pin@main
3434
with:
3535
path: "**/node_modules"
3636
key: node_modules-${{ runner.os }}-node-${{ matrix.node-version }}-${{
3737
hashFiles('**/package-lock.json') }}
3838
- name: 🗄 Cache .eslintcache
39-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # pin@v3
39+
uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46 # pin@main
4040
with:
4141
path: .eslintcache
4242
key: eslintcache-${{ runner.os }}-node-${{ matrix.node-version }}-${{
@@ -54,7 +54,7 @@ jobs:
5454
CLOCKODO_API_KEY: ${{ secrets.CLOCKODO_API_KEY }}
5555
- name: ⬆️ Upload coverage report
5656
if: "matrix.node-version == '22.x'"
57-
uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057 # pin@1.1.3
57+
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # pin@main
5858
with:
5959
github-token: ${{ secrets.GITHUB_TOKEN }}
6060

0 commit comments

Comments
 (0)