We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cb393 commit 766b36aCopy full SHA for 766b36a
1 file changed
.github/workflows/test.yml
@@ -6,16 +6,19 @@ on:
6
branches:
7
- '**'
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
unit_test:
14
name: Unit tests
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout code
- uses: actions/checkout@v2
18
+ uses: actions/checkout@v6
19
20
- name: Set up Python
- uses: actions/setup-python@v1
21
+ uses: actions/setup-python@v6
22
with:
23
python-version: 3.x
24
@@ -35,7 +38,7 @@ jobs:
35
38
VERSIONS: dev
36
39
37
40
41
42
43
- name: Prepare Docker plugin
44
run: |
0 commit comments