Skip to content

Commit

Permalink
Bump actions/checkout from 3.6.0 to 4.0.0 (FasterXML#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent d1841e3 commit ff5397b
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.6.0
uses: actions/checkout@v4.0.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.6.0
- uses: actions/checkout@v4.0.0
- name: Set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit ff5397b

Please sign in to comment.