Skip to content

Update dependency software.amazon.awssdk:dynamodb to v2.41.0 #2540

Update dependency software.amazon.awssdk:dynamodb to v2.41.0

Update dependency software.amazon.awssdk:dynamodb to v2.41.0 #2540

Workflow file for this run

# This file was generated using Kotlin DSL (.github/kts/build.main.kts).
# If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file.
# Generated with https://github.com/typesafegithub/github-workflows-kt
name: 'Maven all in one'
on:
pull_request: {}
push:
branches:
- 'main'
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- id: 'step-0'
name: 'Checkout'
uses: 'actions/checkout@v4'
with:
fetch-depth: '0'
- id: 'step-1'
name: 'Cache - Maven Repository'
uses: 'actions/cache@v4'
with:
path: '~/.m2/repository'
key: '${{ runner.os }}-maven-${{ hashFiles(''**/pom.xml'') }}'
restore-keys: '${{ runner.os }}-maven-'
- id: 'step-2'
name: 'JDK 17'
uses: 'actions/setup-java@v4'
with:
java-version: '17'
distribution: 'corretto'
- id: 'step-3'
name: 'Build with Maven'
run: './mvnw -B clean install'