Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate-coveo <245330+renovate-coveo[bot]@users.noreply.github.com>
  • Loading branch information
renovate-coveo[bot] and renovate-coveo authored Sep 11, 2023
1 parent 47fad9a commit 79a2a8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout scan target
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout licenses
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-maven-openjdk-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: echo "HOME=/root" >> $GITHUB_ENV

- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

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

- name: Cache maven dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 79a2a8c

Please sign in to comment.