We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49a1709 + 1045835 commit bec08f6Copy full SHA for bec08f6
.github/workflows/conda_unit_test.yml
@@ -31,7 +31,7 @@ jobs:
31
# - "3.13" # conda-forge build already passes
32
33
steps:
34
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
35
36
- name: Create Python ${{ matrix.python-version }} environment
37
uses: mamba-org/setup-micromamba@v2
.github/workflows/pre-commit.yml
@@ -14,7 +14,7 @@ jobs:
14
15
runs-on: ubuntu-latest
16
17
18
- uses: actions/setup-python@v5
19
with:
20
python-version: "3.11"
.github/workflows/publish-docs.yml
@@ -45,7 +45,7 @@ jobs:
45
env | sort | grep hklpy
46
47
- name: Checkout
48
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
49
50
fetch-depth: 0
51
0 commit comments