Skip to content

Commit

Permalink
⬆️ deps: Upgrade meteor-actions/install action to v5.
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent b52046e commit 1e82fe3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci:build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Install 💾
uses: meteor-actions/install@v3
uses: meteor-actions/install@v5

- name: Get Meteor's Node version
id: meteor-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci:commit-msg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Install 💾
uses: meteor-actions/install@v3
uses: meteor-actions/install@v5

- name: Lint last pushed commit 👕
if: github.event_name == 'push'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci:lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install 💾
uses: meteor-actions/install@v3
uses: meteor-actions/install@v5

- name: Lint 👕
run: meteor npm run lint
4 changes: 2 additions & 2 deletions .github/workflows/ci:test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}

- name: Install 💾
uses: meteor-actions/install@v3
uses: meteor-actions/install@v5

- name: Cache build 💽
uses: meteor-actions/cache-build@v3
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}

- name: Install 💾
uses: meteor-actions/install@v3
uses: meteor-actions/install@v5

- name: Cache build 💽
uses: meteor-actions/cache-build@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci:type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install 💾
uses: meteor-actions/install@v3
uses: meteor-actions/install@v5

- name: TypeScript check ☑️
run: meteor npm run tsc

0 comments on commit 1e82fe3

Please sign in to comment.