Skip to content

Commit

Permalink
ops: use v4 of checkout/java actions (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboxer23 committed May 6, 2024
1 parent fe0b18d commit d80f6b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
language: [ 'java' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
# Initializes the CodeQL tools for scanning.
Expand All @@ -33,7 +33,7 @@ jobs:
with:
languages: ${{ matrix.language }}
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11.0
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
Expand Down

0 comments on commit d80f6b1

Please sign in to comment.