From f59aee86eadd38fbade9f0562d5b0062797e90f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 10:02:43 +0200 Subject: [PATCH] Bump SebRollen/toml-action from 1.0.2 to 1.2.0 (#125) Bumps [SebRollen/toml-action](https://github.com/sebrollen/toml-action) from 1.0.2 to 1.2.0. - [Release notes](https://github.com/sebrollen/toml-action/releases) - [Commits](https://github.com/sebrollen/toml-action/compare/v1.0.2...v1.2.0) --- updated-dependencies: - dependency-name: SebRollen/toml-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c326145..e28f259 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -58,7 +58,7 @@ jobs: - name: Install PHP dependencies run: composer install - name: Get Node version from .mise.toml - uses: SebRollen/toml-action@v1.0.2 + uses: SebRollen/toml-action@v1.2.0 id: get-node-version with: file: .mise.toml