From 214853e5a108f034fb647d12ecf3be32cd726934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:26:22 +0000 Subject: [PATCH] Bump DeNA/setup-job-workspace-action Bumps [DeNA/setup-job-workspace-action](https://github.com/dena/setup-job-workspace-action) from cfd2a6af0a6f6f750d803c1c46091c7bf52f62d7 to 57538e37da835c5697b3fa18800656cfc9e1c5f9. - [Release notes](https://github.com/dena/setup-job-workspace-action/releases) - [Commits](https://github.com/dena/setup-job-workspace-action/compare/cfd2a6af0a6f6f750d803c1c46091c7bf52f62d7...57538e37da835c5697b3fa18800656cfc9e1c5f9) --- updated-dependencies: - dependency-name: DeNA/setup-job-workspace-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1237efd..a912a06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: runs-on: [self-hosted, macOS] steps: - name: Switch workspace - uses: DeNA/setup-job-workspace-action@cfd2a6af0a6f6f750d803c1c46091c7bf52f62d7 + uses: DeNA/setup-job-workspace-action@57538e37da835c5697b3fa18800656cfc9e1c5f9 - uses: actions/checkout@v4 with: clean: "${{ env.CLEAN }}"