File tree 2 files changed +12
-2
lines changed 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " .github/workflows"
5
+ schedule :
6
+ interval : " monthly"
7
+ groups :
8
+ actions :
9
+ patterns :
10
+ - " *"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
14
14
15
15
jobs :
16
16
tests :
17
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
17
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
18
18
with :
19
19
envs : |
20
20
- linux: codestyle
33
33
- linux: py312-test-devdeps
34
34
publish :
35
35
needs : tests
36
- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
36
+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@924441154cf3053034c6513d5e06c69d262fb9a6 # v1.13.0
37
37
with :
38
38
test_extras : test
39
39
test_command : pytest $GITHUB_WORKSPACE/tests; pytest --arraydiff $GITHUB_WORKSPACE/tests
You can’t perform that action at this time.
0 commit comments