Skip to content

Commit

Permalink
Merge pull request #1407 from eclipse-ee4j/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-3
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
2 parents d4170a4 + b8849d6 commit 3d15fec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up JDK
uses: actions/setup-java@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout for build
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2
with:
Expand All @@ -48,7 +48,7 @@ jobs:

steps:
- name: Checkout for build
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2
with:
Expand All @@ -73,7 +73,7 @@ jobs:
distribution: 'temurin'
java-version: 11
- name: Checkout for build
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install required libraries (ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install -y libnspr4-dev libnss3-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout for build
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit 3d15fec

Please sign in to comment.