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.
1 parent b77f7d1 commit 39ff82fCopy full SHA for 39ff82f
.github/workflows/main.yaml
@@ -23,7 +23,7 @@ jobs:
23
matrix:
24
python-version: ["3.8", "3.9", "3.10"]
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
- name: Setup Python
28
uses: actions/setup-python@v4.7.1
29
with:
@@ -59,7 +59,7 @@ jobs:
59
60
python-version: ["3.10"]
61
62
63
64
65
.github/workflows/pypipublish.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
if: github.repository == 'carbonplan/xarray-schema'
12
13
14
15
fetch-depth: 0
16
- uses: actions/setup-python@v4.7.1
0 commit comments