diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index ad92c50..bf9d207 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get the repository files - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v3 diff --git a/.github/workflows/assets-updater.yml b/.github/workflows/assets-updater.yml index efbb838..50441d4 100644 --- a/.github/workflows/assets-updater.yml +++ b/.github/workflows/assets-updater.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout master - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # need to fetch other branches diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 5a1a6f2..f5ab4a3 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@v3 + uses: actions/checkout@v4 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e8ae642..91ae3a1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index cfc6975..fff50de 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get the repository files - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create ${{ env.SHIELDS }} file run: | diff --git a/.github/workflows/validate-gradle-build-test.yml b/.github/workflows/validate-gradle-build-test.yml index 08e12ab..0d44113 100644 --- a/.github/workflows/validate-gradle-build-test.yml +++ b/.github/workflows/validate-gradle-build-test.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK 17 uses: actions/setup-java@v3 diff --git a/.github/workflows/validate-store-files.yml b/.github/workflows/validate-store-files.yml index dfb684e..3a832f3 100644 --- a/.github/workflows/validate-store-files.yml +++ b/.github/workflows/validate-store-files.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download project files - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Validate Triple-T files uses: TrianguloY/action-validate-Triple-T@v1