mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 09:04:32 +01:00
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] <support@github.com>
This commit is contained in:
parent
45c8c6650b
commit
57dae089e2
6
.github/workflows/Release.yml
vendored
6
.github/workflows/Release.yml
vendored
@ -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:
|
||||
|
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
|
||||
- name: Fetch Sources
|
||||
uses: actions/checkout@v2.3.1
|
||||
uses: actions/checkout@v3
|
||||
|
||||
# Build Android application
|
||||
- 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
|
||||
- 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
|
||||
|
2
.github/workflows/maintenance.yml
vendored
2
.github/workflows/maintenance.yml
vendored
@ -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
|
||||
|
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 }}
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user