diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 2715b7f0..c17d8c2c 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -12,7 +12,7 @@ jobs: name: Build App runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Restore Gradle cache id: cache uses: actions/cache@v3.2.4 @@ -50,7 +50,7 @@ jobs: ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Terraform environment uses: little-core-labs/install-terraform@v2.0.0 with: @@ -72,7 +72,7 @@ jobs: name: Deploy Static Web App needs: [ build ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Download Static Web App Artifact uses: actions/download-artifact@v2 with: diff --git a/.github/workflows/build-and-publish-kjs.yml b/.github/workflows/build-and-publish-kjs.yml index 4b410402..7f6a9805 100644 --- a/.github/workflows/build-and-publish-kjs.yml +++ b/.github/workflows/build-and-publish-kjs.yml @@ -15,7 +15,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v3 # Build Android application - name: Android App diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index a880d191..f08ba960 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -17,7 +17,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v3 # Build Desktop Uber Jar application - name: Desktop Uber Jar @@ -52,7 +52,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v3 # Build Desktop Uber Jar application - name: Desktop Uber Jar @@ -101,7 +101,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v3 # Build Desktop Uber Jar application - name: Desktop Uber Jar diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index b4fe3d2f..08a077d3 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -20,7 +20,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v3 # Run Maintenance Tasks - name: Maintenance Run diff --git a/.github/workflows/tf-refresh.yml b/.github/workflows/tf-refresh.yml index 8c601849..ce515b54 100644 --- a/.github/workflows/tf-refresh.yml +++ b/.github/workflows/tf-refresh.yml @@ -18,7 +18,7 @@ jobs: ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Terraform environment uses: little-core-labs/install-terraform@v2.0.0 with: