Skip to content

Commit f6b17b3

Browse files
authored
Merge pull request #52 from aicore/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents 936c2b6 + 76ad344 commit f6b17b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Set up Python 3.8
1818
uses: actions/setup-python@v2
1919
with:

.github/workflows/codacy-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# Checkout the repository to the GitHub Actions runner
2626
- name: Checkout code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828

2929
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
3030
- name: Run Codacy Analysis CLI

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

0 commit comments

Comments
 (0)