Skip to content

Bump aws-sdk-s3 from 1.84.1 to 1.208.0 #38

Bump aws-sdk-s3 from 1.84.1 to 1.208.0

Bump aws-sdk-s3 from 1.84.1 to 1.208.0 #38

Workflow file for this run

# .github/workflows/runOnGitHub.yml
# GitHub Actions documentation
# => https://docs.github.com/en/actions
name: runOnGitHub
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on: push
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Copy fake google-services.json
run: cp -f .github/fake-google-services.json app/google-services.json
- uses: actions/setup-java@v1
with:
java-version: 8
# Execute Gradle commands in GitHub Actions workflows
# => https://github.com/marketplace/actions/gradle-command
- uses: eskatos/gradle-command-action@v1
with:
arguments: runOnGitHub
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true