diff --git a/.github/workflows/builder.yaml b/.github/workflows/builder.yaml index 689424b48..63880819b 100644 --- a/.github/workflows/builder.yaml +++ b/.github/workflows/builder.yaml @@ -19,7 +19,7 @@ jobs: changedAddons: ${{ steps.filter.outputs.changes }} steps: - name: â†Šī¸ Checkout - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 - name: 📂 Detect chanced files uses: dorny/paths-filter@v2 @@ -39,7 +39,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 - name: Get information id: info diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 355619212..c3fefd94d 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -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