From b88bc3571f618e4f7d15a79e3eb83e148d47e297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:33:56 +0000 Subject: [PATCH 1/2] Bump @playform/build from 0.1.6 to 0.1.7 Bumps [@playform/build](https://github.com/PlayForm/Build) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/PlayForm/Build/releases) - [Changelog](https://github.com/PlayForm/Build/blob/Current/CHANGELOG.md) - [Commits](https://github.com/PlayForm/Build/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: "@playform/build" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a855465..73ec6e9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "astro": "4.15.9" }, "devDependencies": { - "@playform/build": "0.1.6" + "@playform/build": "0.1.7" }, "publishConfig": { "access": "public", From 07e67c53f74143033969e1022ca1aa326c5058f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:42:34 +0000 Subject: [PATCH 2/2] Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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/v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/NPM.yml | 2 +- .github/workflows/Node.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/NPM.yml b/.github/workflows/NPM.yml index f0d4bc9..57b8f9a 100644 --- a/.github/workflows/NPM.yml +++ b/.github/workflows/NPM.yml @@ -57,7 +57,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - uses: actions/setup-node@v4.0.4 with: diff --git a/.github/workflows/Node.yml b/.github/workflows/Node.yml index fa3f3fc..eaefd27 100644 --- a/.github/workflows/Node.yml +++ b/.github/workflows/Node.yml @@ -59,7 +59,7 @@ jobs: node-version: [18, 19, 20] steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - uses: pnpm/action-setup@v4.0.0 with: