Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

chore(deps): bump actions/checkout from 2 to 3 #3

Merged
merged 1 commit into from Apr 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codacy.yml
Expand Up @@ -35,7 +35,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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Expand Up @@ -4,7 +4,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
# Checkout the repository
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Run conventional commits and determine if the release requires building
- id: changelog
Expand Down