Skip to content

Commit 783a9f1

Browse files
authored
Update deploy-snapshots.yml
1 parent a360aaf commit 783a9f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-snapshots.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
steps:
1414

1515
# Check out the code
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
# Enable caching of Maven dependencies to speed up job execution. See https://github.com/actions/cache
19-
- uses: actions/cache@v1
19+
- uses: actions/cache@v3
2020
with:
2121
path: ~/.m2/repository
2222
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
2323
restore-keys: |
2424
${{ runner.os }}-maven-
2525
# Set up Java 1.8 with Maven including a .m2/settings.xml file. See https://github.com/actions/setup-java
2626
- name: Set up JDK 1.8 and Maven settings file
27-
uses: actions/setup-java@v1
27+
uses: actions/setup-java@v3
2828
with:
2929
java-version: 1.8
3030
server-id: openmrs-repo-snapshots

0 commit comments

Comments
 (0)