Skip to content

Commit

Permalink
Bump actions/checkout from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 67e3c85 commit b4966e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt-get install git-svn --no-install-recommends
- name: checkout authors
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
ref: travis
path: ./authors
Expand All @@ -49,7 +49,7 @@ jobs:
# rm ./src/fhem-mirror/.git/config

- name: checkout main branch
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
path: ./src/fhem-mirror
clean: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt-get install git-svn --no-install-recommends
- name: checkout mirror config branch
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- name: Get current date as seconds
id: get-date
Expand Down

0 comments on commit b4966e8

Please sign in to comment.