mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-24 09:54:33 +01:00
Merge remote-tracking branch 'origin/dependabot/github_actions/dot-github/workflows/actions/checkout-3' into dependabot/github_actions/dot-github/workflows/actions/cache-3.2.4
This commit is contained in:
commit
50525cddb2
6
.github/workflows/Release.yml
vendored
6
.github/workflows/Release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
name: Build App
|
name: Build App
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Restore Gradle cache
|
- name: Restore Gradle cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v3.2.4
|
uses: actions/cache@v3.2.4
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
|
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Setup Terraform environment
|
- name: Setup Terraform environment
|
||||||
uses: little-core-labs/install-terraform@v2.0.0
|
uses: little-core-labs/install-terraform@v2.0.0
|
||||||
with:
|
with:
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
name: Deploy Static Web App
|
name: Deploy Static Web App
|
||||||
needs: [ build ]
|
needs: [ build ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Download Static Web App Artifact
|
- name: Download Static Web App Artifact
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/build-and-publish-kjs.yml
vendored
2
.github/workflows/build-and-publish-kjs.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
# Check out current repository
|
# Check out current repository
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Build Android application
|
# Build Android application
|
||||||
- name: Android App
|
- name: Android App
|
||||||
|
6
.github/workflows/build-release-binaries.yml
vendored
6
.github/workflows/build-release-binaries.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
# Check out current repository
|
# Check out current repository
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Build Desktop Uber Jar application
|
# Build Desktop Uber Jar application
|
||||||
- name: Desktop Uber Jar
|
- name: Desktop Uber Jar
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
|
|
||||||
# Check out current repository
|
# Check out current repository
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Build Desktop Uber Jar application
|
# Build Desktop Uber Jar application
|
||||||
- name: Desktop Uber Jar
|
- name: Desktop Uber Jar
|
||||||
@ -101,7 +101,7 @@ jobs:
|
|||||||
|
|
||||||
# Check out current repository
|
# Check out current repository
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Build Desktop Uber Jar application
|
# Build Desktop Uber Jar application
|
||||||
- name: Desktop Uber Jar
|
- name: Desktop Uber Jar
|
||||||
|
2
.github/workflows/maintenance.yml
vendored
2
.github/workflows/maintenance.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
# Check out current repository
|
# Check out current repository
|
||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v2.3.1
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# Run Maintenance Tasks
|
# Run Maintenance Tasks
|
||||||
- name: Maintenance Run
|
- name: Maintenance Run
|
||||||
|
2
.github/workflows/tf-refresh.yml
vendored
2
.github/workflows/tf-refresh.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
|
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Setup Terraform environment
|
- name: Setup Terraform environment
|
||||||
uses: little-core-labs/install-terraform@v2.0.0
|
uses: little-core-labs/install-terraform@v2.0.0
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user