mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
Bump actions/checkout from 4.1.0 to 4.1.1 (#55)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [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.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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:
parent
d0d45da419
commit
4d645bebf4
4
.github/workflows/cache.yml
vendored
4
.github/workflows/cache.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
sudo apt-get install git-svn --no-install-recommends
|
||||
|
||||
- name: checkout authors
|
||||
uses: actions/checkout@v4.1.0
|
||||
uses: actions/checkout@v4.1.1
|
||||
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.0
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
path: ./src/fhem-mirror
|
||||
clean: false
|
||||
|
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
sudo apt-get install git-svn --no-install-recommends
|
||||
|
||||
- name: checkout mirror config branch
|
||||
uses: actions/checkout@v4.1.0
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Get current date as seconds
|
||||
id: get-date
|
||||
|
Loading…
Reference in New Issue
Block a user