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 e7adb79 + 1e3fb5a commit 4b8f225Copy full SHA for 4b8f225
.github/workflows/build_and_publish.yaml
@@ -11,7 +11,7 @@ jobs:
11
# publish the exact images that were built and tested.
12
runs-on: ubuntu-22.04
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
- uses: "opensafely-core/setup-action@v1"
16
with:
17
install-just: true
.github/workflows/tests.yaml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
version: [v1, v2]
10
@@ -19,7 +19,7 @@ jobs:
19
lint:
20
21
22
23
24
25
0 commit comments