From e75cb41aaa0899b9d690e0dccf957dfc3d1d6564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:12:39 +0000 Subject: [PATCH] build(deps): bump AtomiCloud/actions.cache-npm from 1.0.1 to 1.1.0 Bumps [AtomiCloud/actions.cache-npm](https://github.com/atomicloud/actions.cache-npm) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/atomicloud/actions.cache-npm/releases) - [Changelog](https://github.com/AtomiCloud/actions.cache-npm/blob/main/Changelog.md) - [Commits](https://github.com/atomicloud/actions.cache-npm/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: AtomiCloud/actions.cache-npm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .github/workflows/deployment.yaml diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml old mode 100755 new mode 100644 index 1e5b32c..2a85317 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -33,7 +33,7 @@ jobs: - nscloud-git-mirror-1gb steps: - uses: AtomiCloud/actions.setup-nix@v1.2.1 - - uses: AtomiCloud/actions.cache-npm@v1.0.1 + - uses: AtomiCloud/actions.cache-npm@v1.1.0 - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}