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 f14eec5 commit 2194e77Copy full SHA for 2194e77
.github/workflows/lint.yaml
@@ -47,7 +47,7 @@ jobs:
47
python-version: [3.9]
48
steps:
49
- name: Checkout
50
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
51
- name: Setup conda
52
uses: s-weigand/setup-conda@v1
53
with:
.github/workflows/main.yml
@@ -12,7 +12,7 @@ on:
12
- '!contrib/**'
13
14
workflow_dispatch:
15
-
+
16
env:
17
DOCKER_USER: gadockersvc
18
DOCKER_IMAGE: opendatacube/datacube-tests:latest
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
25
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
28
fetch-depth: 0
29
0 commit comments