Merge pull request #127 from jellyfin/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
This commit is contained in:
mcarlton00
2022-03-09 16:04:39 -05:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ jobs:
py_version: [ 'py2', 'py3' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python 3.x
uses: actions/setup-python@v3