From 127b1edd0da9530b7ffbddd8f8171191e68710ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:06:48 +0000 Subject: [PATCH] Bump Project-Env/project-env-github-action from 1.3.1 to 1.5.0 Bumps [Project-Env/project-env-github-action](https://github.com/project-env/project-env-github-action) from 1.3.1 to 1.5.0. - [Release notes](https://github.com/project-env/project-env-github-action/releases) - [Commits](https://github.com/project-env/project-env-github-action/compare/v1.3.1...v1.5.0) --- updated-dependencies: - dependency-name: Project-Env/project-env-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 467e9fe..3837d65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('pom.xml') }} restore-keys: ${{ runner.os }}-m2 - - uses: Project-Env/project-env-github-action@v1.3.1 + - uses: Project-Env/project-env-github-action@v1.5.0 - uses: repolevedavaj/install-nsis@v1.0.0 with: nsis-version: 3.08 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33a7dba..3ca8606 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('pom.xml') }} restore-keys: ${{ runner.os }}-m2 - - uses: Project-Env/project-env-github-action@v1.3.1 + - uses: Project-Env/project-env-github-action@v1.5.0 - uses: repolevedavaj/install-nsis@v1.0.0 with: nsis-version: 3.08