Skip to content

Commit

Permalink
Bump actions/checkout from 3.3.0 to 3.5.0 (FasterXML#3844)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 31, 2023
1 parent 4080ae8 commit 68ba588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 68ba588

Please sign in to comment.