From 0d1e9823ecbc4932926f3c62c949aace06f4cc5b Mon Sep 17 00:00:00 2001 From: Paul Picazo Date: Wed, 30 Oct 2024 01:19:38 -0700 Subject: [PATCH] Update actions/cache and actions/checkout to latest versions --- .github/workflows/maven.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b6bee29..f718c03 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up JDK 11 uses: actions/setup-java@v2 @@ -23,7 +23,7 @@ jobs: java-version: 11 - name: Cache Maven packages - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/README.md b/README.md index b939ade..a486a97 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ Collection of utilities related to amateur radio. ## Automated Build Process -This project uses GitHub Actions for continuous integration. The build process is triggered on push and pull request events for the `main` branch. The workflow file is located at `.github/workflows/maven.yml`. \ No newline at end of file +This project uses GitHub Actions for continuous integration. The build process is triggered on push and pull request events for the `main` branch. The workflow file is located at `.github/workflows/maven.yml`.