Skip to content

Commit

Permalink
💚 ci: cleanup actions versions (#11629)
Browse files Browse the repository at this point in the history
* 💚 ci(Node): bump node action version

* 💚 ci(Issues): bump lock issue action version
  • Loading branch information
Moshyfawn committed Mar 13, 2024
1 parent 202a1b7 commit b300a65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ description: This is a composite GitHub Action that sets up pnpm, node and insta
runs:
using: composite
steps:
- uses: pnpm/action-setup@v2
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v3

- name: Setup Node version to 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install --frozen-lockfile
shell: bash

- name: Install Dependencies
run: pnpm install --frozen-lockfile
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/lock-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
- uses: dessant/lock-threads@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-inactive-days: 60

0 comments on commit b300a65

Please sign in to comment.