Nanobit commited on
Commit
2b8c28b
1 Parent(s): 782996d

Update actions version

Browse files
Files changed (1) hide show
  1. .github/workflows/tests.yml +2 -2
.github/workflows/tests.yml CHANGED
@@ -8,10 +8,10 @@ jobs:
8
 
9
  steps:
10
  - name: Check out repository code
11
- uses: actions/checkout@v2
12
 
13
  - name: Setup Python
14
- uses: actions/setup-python@v2
15
  with:
16
  python-version: "3.9"
17
  cache: 'pip' # caching pip dependencies
 
8
 
9
  steps:
10
  - name: Check out repository code
11
+ uses: actions/checkout@v3
12
 
13
  - name: Setup Python
14
+ uses: actions/setup-python@v4
15
  with:
16
  python-version: "3.9"
17
  cache: 'pip' # caching pip dependencies