Merge pull request #62 from fhem/dependabot/github_actions/actions/checkout-4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3
This commit is contained in:
sidey79 2024-04-22 22:49:27 +02:00 committed by GitHub
commit 528d752d4d
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 sudo apt-get install git-svn --no-install-recommends
- name: checkout authors - name: checkout authors
uses: actions/checkout@v4.1.2 uses: actions/checkout@v4.1.3
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.2 uses: actions/checkout@v4.1.3
with: with:
path: ./src/fhem-mirror path: ./src/fhem-mirror
clean: false clean: false

View File

@ -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.2 uses: actions/checkout@v4.1.3
- name: Get current date as seconds - name: Get current date as seconds
id: get-date id: get-date