mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Merge pull request #66 from fhem/dependabot/github_actions/actions/checkout-4.1.7
Bump actions/checkout from 4.1.5 to 4.1.7
This commit is contained in:
commit
eef0e7a8f1
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.5
|
uses: actions/checkout@v4.1.7
|
||||||
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.5
|
uses: actions/checkout@v4.1.7
|
||||||
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.5
|
uses: actions/checkout@v4.1.7
|
||||||
|
|
||||||
- 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