Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Bump actions/checkout from 2.4.0 to 3 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
1 parent 40bef69 commit 85be26f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/java_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
steps:
- name: 📤 Checkout Repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: ☕ Install Java
uses: actions/setup-java@v3
Expand All @@ -36,7 +36,7 @@ jobs:
if: github.event_name == 'pull_request' || github.actor != 'dependabot[bot]'
steps:
- name: 📤 Checkout Repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: 📚 Install CodeQL
uses: github/codeql-action/init@v1
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

steps:
- name: 📤 Checkout Repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: ☕ Install Java
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample_jcore_false.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
enable_jcore: false
steps:
- name: 📤 Checkout Repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: ☕ Install Java
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sample_jcore_true.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
enable_jcore: true
steps:
- name: 📤 Checkout Repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: ☕ Install Java
uses: actions/setup-java@v3
Expand Down

0 comments on commit 85be26f

Please sign in to comment.