Skip to content

Commit

Permalink
Merge pull request #185 from jellyfin/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-2.3.4

actions: bump actions/checkout from 2 to 2.3.4
  • Loading branch information
ferferga authored May 12, 2021
2 parents f602774 + 1949b20 commit cc836df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

- name: Setup node env
uses: actions/setup-node@v2.1.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

- name: Setup node env
uses: actions/setup-node@v2.1.5
Expand Down

0 comments on commit cc836df

Please sign in to comment.