From 63126113663c3412b816f03c322e7043b3adc09c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:36:49 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 4 updates Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache), [devcontainers/ci](https://github.com/devcontainers/ci) and [sarisia/workflows](https://github.com/sarisia/workflows). Updates `actions/checkout` from 4.1.1 to 4.1.6 - [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/b4ffde65f46336ab88eb53be808477a3936bae11...a5ac7e51b41094c92402da3b24376905380afc29) Updates `actions/cache` from 3.3.3 to 4.0.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/e12d46a63a90f2fae62d114769bbf2a179198b5c...0c45773b623bea8c8e75f6c82b208c3cf94ea4f9) Updates `devcontainers/ci` from 0.3.1900000339 to 0.3.1900000349 - [Release notes](https://github.com/devcontainers/ci/releases) - [Commits](https://github.com/devcontainers/ci/compare/3d462823359c481c587cb7426f39775f24257115...a56d055efecd725e8cfe370543b6071b79989cc8) Updates `sarisia/workflows` from 0.0.3 to 0.0.4 - [Release notes](https://github.com/sarisia/workflows/releases) - [Commits](https://github.com/sarisia/workflows/compare/31e439490c78f47b75fdf451b3912a18da028df0...257926c94a642619ae8ff0debfb5411db2c80a7f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: devcontainers/ci dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: sarisia/workflows dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 6 +++--- .github/workflows/update-devcontainer.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d9c3a48..7836b49 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,14 +13,14 @@ jobs: contents: read packages: read steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c + - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 with: path: .npm key: ${{ runner.os }}-${{ hashFiles('package-lock.json') }} - - uses: devcontainers/ci@3d462823359c481c587cb7426f39775f24257115 + - uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8 with: push: never runCmd: | diff --git a/.github/workflows/update-devcontainer.yml b/.github/workflows/update-devcontainer.yml index 6d6200b..3b4484d 100644 --- a/.github/workflows/update-devcontainer.yml +++ b/.github/workflows/update-devcontainer.yml @@ -9,7 +9,7 @@ on: jobs: build: - uses: sarisia/workflows/.github/workflows/update-devcontainer.yml@31e439490c78f47b75fdf451b3912a18da028df0 + uses: sarisia/workflows/.github/workflows/update-devcontainer.yml@257926c94a642619ae8ff0debfb5411db2c80a7f permissions: contents: read packages: write