From 9a2d6fe031fe02b2b958434a70b2fe2c7fd4c229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:01:31 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.6 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.2.0. - [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/v4.1.6...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eada401..ae620a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the codebase. - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.2.0 with: path: 'bulch.rsync_server' @@ -71,7 +71,7 @@ jobs: steps: - name: Check out the codebase. - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.2.0 with: path: 'bulch.rsync_server' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 33ef92e..69e361d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the codebase. - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.2.0 with: path: 'bulch.rsync_server'