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

Commit

Permalink
Merge pull request #10 from PartTimeLegend/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v3
  • Loading branch information
PartTimeLegend committed Jun 1, 2023
2 parents 6bb99cd + 8aa8c1b commit 8c89916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codacy-analysis.yml
Expand Up @@ -21,7 +21,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
4 changes: 2 additions & 2 deletions .github/workflows/powershell.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [windows-2022, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Office
run: choco install office2019proplus
#- name: Activate Office
Expand All @@ -28,7 +28,7 @@ jobs:
name: Tag Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Bump version and push tag
Expand Down

0 comments on commit 8c89916

Please sign in to comment.