Skip to content

Commit 7cfc9b7

Browse files
authored
Merge pull request #44 from hmcts/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents a3002d3 + f68e6de commit 7cfc9b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v3
1919
- name: Set up JDK 11
2020
uses: actions/setup-java@v1
2121
with:

.github/workflows/jitpack_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: Trigger Build in JitPack
1414
run: |
1515
echo "Triggering JitPack build"

0 commit comments

Comments
 (0)