0
0
Fork 0
mirror of https://github.com/tj-actions/pg-dump.git synced 2025-06-11 13:12:32 +00:00

Update actions/checkout action

This commit is contained in:
Renovate Bot 2022-03-01 19:26:28 +00:00 committed by Tonye Jack
parent 2bcd28b30b
commit 51b415aacf
5 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI