From 9656503fb726f64fcdd02252d0600810ccedf448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 10:15:40 +0100 Subject: [PATCH] Bump actions/checkout from 3.2.0 to 3.3.0 (#37) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.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/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 e2e5885b5..169663e84 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@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: travis path: ./authors @@ -49,7 +49,7 @@ jobs: # rm ./src/fhem-mirror/.git/config - name: checkout main branch - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: path: ./src/fhem-mirror clean: false diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 1eb5928ef..97e411dff 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@v3.2.0 + uses: actions/checkout@v3.3.0 - name: Get current date as seconds id: get-date