From 695352a236207672bdd49533ae9dd115951bc84f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 13:02:40 +0000 Subject: [PATCH] chore(deps): bump UziTech/action-setup-atom from 1 to 3 Bumps [UziTech/action-setup-atom](https://github.com/UziTech/action-setup-atom) from 1 to 3. - [Release notes](https://github.com/UziTech/action-setup-atom/releases) - [Changelog](https://github.com/UziTech/action-setup-atom/blob/master/CHANGELOG.md) - [Commits](https://github.com/UziTech/action-setup-atom/compare/v1...v3) --- updated-dependencies: - dependency-name: UziTech/action-setup-atom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a545f2d..ba5b4b5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - - uses: UziTech/action-setup-atom@v1 + - uses: UziTech/action-setup-atom@v3 with: channel: ${{ matrix.channel }} - name: Atom version @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: UziTech/action-setup-atom@v1 + - uses: UziTech/action-setup-atom@v3 - uses: actions/setup-node@v3 with: node-version: '*'