From 25dff35571d3ac207b172ec75c11b41e5f42e554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 12:23:43 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/default-bare.yml | 2 +- .github/workflows/galaxy.yml | 2 +- .github/workflows/lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/default-bare.yml b/.github/workflows/default-bare.yml index a39f203..c7745db 100644 --- a/.github/workflows/default-bare.yml +++ b/.github/workflows/default-bare.yml @@ -30,7 +30,7 @@ jobs: ANSIBLE_EXTRA_VARS: "" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: juju4.lxd - name: Set up Python diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index d569054..e06941f 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: juju4.lxd - name: galaxy diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 10d1a5b..2d1ca79 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: ANSIBLE_ROLE: juju4.lxd steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: ${{ env.ANSIBLE_ROLE }} - name: Set up Python