We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2703099 + 236edc7 commit e7adb79Copy full SHA for e7adb79
2 files changed
.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@v3
+ - uses: actions/checkout@v5
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