Skip to content

Commit 6f947a1

Browse files
authored
FMA - image actions 'adopts' v2
1 parent eb9d8db commit 6f947a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/draft-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out repository code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v2
1919
- name: Setup java
20-
uses: actions/setup-java@v3
20+
uses: actions/setup-java@v2
2121
with:
2222
distribution: 'adopt'
2323
java-version: '17'
2424
- name: Cache Maven packages
25-
uses: actions/cache@v3
25+
uses: actions/cache@v2
2626
with:
2727
path: ~/.m2
2828
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)