Skip to content

Commit

Permalink
Merge pull request stCarolas#1 from hb0730/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
hb0730 authored Nov 22, 2023
2 parents 1aaba6d + 61880e5 commit 3fb4306
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
version-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
Expand All @@ -18,7 +18,7 @@ jobs:
file-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Download Maven
run: |
download_url='https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.2/apache-maven-3.8.2-bin.tar.gz'
Expand All @@ -33,7 +33,7 @@ jobs:
url-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Maven Action Test
uses: ./
with:
Expand Down

0 comments on commit 3fb4306

Please sign in to comment.