From 11f903af7660307d99530aa2598f874b96b45097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:05:48 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.5 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7. - [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.5...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cache.yml | 4 ++-- .github/workflows/mirror.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 3ea4d7ef1..6d8fb144b 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -22,7 +22,7 @@ jobs: sudo apt-get install git-svn --no-install-recommends - name: checkout authors - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: ref: travis path: ./authors @@ -49,7 +49,7 @@ jobs: # rm ./src/fhem-mirror/.git/config - name: checkout main branch - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: path: ./src/fhem-mirror clean: false diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 140c9e367..2e30186e3 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -25,7 +25,7 @@ jobs: sudo apt-get install git-svn --no-install-recommends - name: checkout mirror config branch - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 - name: Get current date as seconds id: get-date