Skip to content

Commit

Permalink
chore: update checkout actions to v3 (node16)
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-fiedler committed Sep 7, 2023
1 parent 368d07e commit 7eb5f20
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 @@ -38,7 +38,7 @@ jobs:

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
java-version: '8'
distribution: 'zulu'
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test with Gradle
run: ./gradlew test:test --stacktrace

0 comments on commit 7eb5f20

Please sign in to comment.