Bump actions/checkout from 3.1.0 to 3.2.0 (#32)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.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/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-17 23:21:45 +01:00 committed by GitHub
parent d6c6162f95
commit 3dd0d4f6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
sudo apt-get install git-svn --no-install-recommends
- name: checkout authors
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.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.1.0
uses: actions/checkout@v3.2.0
with:
path: ./src/fhem-mirror
clean: false

View File

@ -25,7 +25,7 @@ jobs:
sudo apt-get install git-svn --no-install-recommends
- name: checkout mirror config branch
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0
- name: Get current date as seconds
id: get-date