Skip to content

Commit 766b36a

Browse files
committed
Workflows: update test workflow
1 parent 05cb393 commit 766b36a

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ on:
66
branches:
77
- '**'
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
unit_test:
1114
name: Unit tests
1215
runs-on: ubuntu-latest
1316
steps:
1417
- name: Checkout code
15-
uses: actions/checkout@v2
18+
uses: actions/checkout@v6
1619

1720
- name: Set up Python
18-
uses: actions/setup-python@v1
21+
uses: actions/setup-python@v6
1922
with:
2023
python-version: 3.x
2124

@@ -35,7 +38,7 @@ jobs:
3538
VERSIONS: dev
3639
steps:
3740
- name: Checkout code
38-
uses: actions/checkout@v2
41+
uses: actions/checkout@v6
3942

4043
- name: Prepare Docker plugin
4144
run: |

0 commit comments

Comments
 (0)