Bump actions/checkout from 4.1.3 to 4.1.4

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.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/v4.1.3...v4.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-25 09:58:20 +00:00 committed by GitHub
parent 528d752d4d
commit a7a388eb49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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@v4.1.3
uses: actions/checkout@v4.1.4
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.3
uses: actions/checkout@v4.1.4
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@v4.1.3
uses: actions/checkout@v4.1.4
- name: Get current date as seconds
id: get-date