Skip to content

Commit

Permalink
docker-test.yml: Upgrade GitHub Actions (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 11, 2024
1 parent 233eddb commit aa02e0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:

steps:
# Setup
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
Expand All @@ -36,7 +36,7 @@ jobs:
run: sudo apt-get install acl
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit aa02e0d

Please sign in to comment.