mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Bump actions/checkout from 4.1.7 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.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.7...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
202085442a
commit
3df83072fe
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
|
sudo apt-get install git-svn --no-install-recommends
|
||||||
|
|
||||||
- name: checkout authors
|
- name: checkout authors
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.2.1
|
||||||
with:
|
with:
|
||||||
ref: travis
|
ref: travis
|
||||||
path: ./authors
|
path: ./authors
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
# rm ./src/fhem-mirror/.git/config
|
# rm ./src/fhem-mirror/.git/config
|
||||||
|
|
||||||
- name: checkout main branch
|
- name: checkout main branch
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.2.1
|
||||||
with:
|
with:
|
||||||
path: ./src/fhem-mirror
|
path: ./src/fhem-mirror
|
||||||
clean: false
|
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
|
sudo apt-get install git-svn --no-install-recommends
|
||||||
|
|
||||||
- name: checkout mirror config branch
|
- name: checkout mirror config branch
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v4.2.1
|
||||||
|
|
||||||
- name: Get current date as seconds
|
- name: Get current date as seconds
|
||||||
id: get-date
|
id: get-date
|
||||||
|
Loading…
Reference in New Issue
Block a user