mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
Fix workflow version
This commit is contained in:
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -19,14 +19,14 @@ jobs:
|
|||||||
# Run steps
|
# Run steps
|
||||||
steps:
|
steps:
|
||||||
# Pull changes
|
# Pull changes
|
||||||
- uses: actions/checkout@v2.3
|
- uses: actions/checkout@v2.3.4
|
||||||
|
|
||||||
# Cache artifacts - however this has the downside that we don't get notified of
|
# Cache artifacts - however this has the downside that we don't get notified of
|
||||||
# artifact resolution failures like invalid repository
|
# artifact resolution failures like invalid repository
|
||||||
# Nevertheless the repositories should be more stable and it makes no sense to pull
|
# Nevertheless the repositories should be more stable and it makes no sense to pull
|
||||||
# a same version every time
|
# a same version every time
|
||||||
# A dry run would make more sense
|
# A dry run would make more sense
|
||||||
- uses: actions/cache@v2.1
|
- uses: actions/cache@v2.1.4
|
||||||
with:
|
with:
|
||||||
path: ~/.m2/repository
|
path: ~/.m2/repository
|
||||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||||
|
Reference in New Issue
Block a user