diff options
author | Joffrey Bion <joffrey.bion@booking.com> | 2020-09-10 19:22:52 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@booking.com> | 2020-09-10 19:22:52 +0200 |
commit | 34f681af780a6fb413a4f614fc98ac6298a3c131 (patch) | |
tree | 410801958ba7687fa02473d4deb44e851fffed6d /.github | |
parent | Enable Dependabot for github actions (diff) | |
download | seven-wonders-34f681af780a6fb413a4f614fc98ac6298a3c131.tar.gz seven-wonders-34f681af780a6fb413a4f614fc98ac6298a3c131.tar.bz2 seven-wonders-34f681af780a6fb413a4f614fc98ac6298a3c131.zip |
Upgrade setup-java Github Action to 1.4.2
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e0ea673..c9f9d607 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up JDK 13 - uses: actions/setup-java@v1.3.0 + uses: actions/setup-java@v1.4.2 with: java-version: 13 |