From 57dae089e22b367c3cb871268991dbd7a1dbb81a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 01:26:55 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Release.yml | 6 +++--- .github/workflows/build-and-publish-kjs.yml | 2 +- .github/workflows/build-release-binaries.yml | 6 +++--- .github/workflows/maintenance.yml | 2 +- .github/workflows/tf-refresh.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 08fa1efc..ae8a4122 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@v2.1.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: