Skip to content

Commit

Permalink
Merge pull request #67 from Ree6-Applications/renovate/actions-checko…
Browse files Browse the repository at this point in the history
…ut-3.x

Update actions/checkout action to v3
  • Loading branch information
DxsSucuk authored Jul 20, 2022
2 parents c9b4250 + 857acc8 commit f6ae927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 17
Expand Down
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

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit f6ae927

Please sign in to comment.