Skip to content

Commit

Permalink
Merge pull request #420 from jellyfin/renovate/ci-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen authored Sep 22, 2023
2 parents 258544d + 3ee4761 commit 91ad215
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0

- name: Setup node env
uses: actions/setup-node@v2.3.0
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
with:
node-version: 14

Expand All @@ -27,7 +27,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0

- name: Setup node env
uses: actions/setup-node@v2.3.0
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
with:
node-version: 14

Expand All @@ -27,7 +27,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache node_modules
uses: actions/[email protected].6
uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 91ad215

Please sign in to comment.