Skip to content

Commit

Permalink
Merge pull request #9 from tier4/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-3.1.0

Bump actions/checkout from 2 to 3.1.0
  • Loading branch information
amc-nu authored Jan 30, 2023
2 parents fee37a3 + c92dcc1 commit 52e159b
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-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Check out repo
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
with:
fetch-depth: 2 # https://github.com/codecov/codecov-action/issues/190#issuecomment-790729633

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 @@ -37,7 +37,7 @@ jobs:

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

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 52e159b

Please sign in to comment.