Skip to content

Commit e7adb79

Browse files
authored
Merge pull request #119 from opensafely-core/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 3 to 5
2 parents 2703099 + 236edc7 commit e7adb79

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_and_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# publish the exact images that were built and tested.
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v5
1515
- uses: "opensafely-core/setup-action@v1"
1616
with:
1717
install-just: true

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
matrix:
99
version: [v1, v2]
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v5
1212
- uses: "opensafely-core/setup-action@v1"
1313
with:
1414
install-just: true
@@ -19,7 +19,7 @@ jobs:
1919
lint:
2020
runs-on: ubuntu-22.04
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v5
2323
- uses: "opensafely-core/setup-action@v1"
2424
with:
2525
install-just: true

0 commit comments

Comments
 (0)