From 3f75f43a714f3829ceb82d59790eda9f330d4c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 14:35:45 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/profiles-initialize.yml | 2 +- .github/workflows/profiles-sanity-check.yml | 2 +- .github/workflows/profiles-sync.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/profiles-initialize.yml b/.github/workflows/profiles-initialize.yml index 0323cb7..a3f7cd0 100644 --- a/.github/workflows/profiles-initialize.yml +++ b/.github/workflows/profiles-initialize.yml @@ -6,7 +6,7 @@ jobs: upload: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install Cyberduck CLI diff --git a/.github/workflows/profiles-sanity-check.yml b/.github/workflows/profiles-sanity-check.yml index 3817288..a1b0eb3 100644 --- a/.github/workflows/profiles-sanity-check.yml +++ b/.github/workflows/profiles-sanity-check.yml @@ -6,7 +6,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: | sudo apt-get update sudo apt-get install -y libplist-utils diff --git a/.github/workflows/profiles-sync.yml b/.github/workflows/profiles-sync.yml index 4b61763..b928e11 100644 --- a/.github/workflows/profiles-sync.yml +++ b/.github/workflows/profiles-sync.yml @@ -11,7 +11,7 @@ jobs: upload: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Cyberduck CLI run: | echo -e "deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main" | sudo tee /etc/apt/sources.list.d/cyberduck.list > /dev/null