mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
Merge pull request #64 from fhem/dependabot/github_actions/actions/checkout-4.1.5
Bump actions/checkout from 4.1.4 to 4.1.5
This commit is contained in:
commit
bcbe7132c2
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.4
|
||||
uses: actions/checkout@v4.1.5
|
||||
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.4
|
||||
uses: actions/checkout@v4.1.5
|
||||
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.4
|
||||
uses: actions/checkout@v4.1.5
|
||||
|
||||
- name: Get current date as seconds
|
||||
id: get-date
|
||||
|
Loading…
Reference in New Issue
Block a user